Re: [jquery-dev] Trim was changed, then borked - so changed back (to original bug)

2009-12-09 Thread John Resig
Unless I'm misunderstanding something, isn't rtrim exactly as you proposed, right now? rtrim = /^(\s|\u00A0)+|(\s|\u00A0)+$/g, --John On Wed, Dec 9, 2009 at 6:54 PM, Mr Speaker wrote: > Hey guys, > > I was using 1.4a1 and I noticed that $.trim was killing ALL spaces > (not just leading/trainli

[jquery-dev] Trim was changed, then borked - so changed back (to original bug)

2009-12-09 Thread Mr Speaker
Hey guys, I was using 1.4a1 and I noticed that $.trim was killing ALL spaces (not just leading/trainling). I checked GIT and there was a fix for it. Buuut, it looks like the fix was to return it to how it was originally - but i think that means the bug it was trying to fix should be reopened... ht