Oops, I meant Format.strip, not trim. There's just a couple places where: expression.replace(/(^\s+|\s+$)/g, '')
is used where strip could be used. I'm not sure why I brought it up now. :P Thanks anyway. :) - Aaron On Feb 7, 5:38 am, "Thomas Hervé" <[EMAIL PROTECTED]> wrote: > On 7 fév, 11:44, "Aaron Faanes" <[EMAIL PROTECTED]> wrote: > > > The following is a couple bugfixes in Selector (just some unqualified > > names that have been lurking) > > OK corrected. > > > There's also a few times in Selector where MochiKit.Format.trim could > > be used, but isn't. It's not too big a deal, but it seems like if it's > > already in MochiKit, it should be used in MochiKit. > > Actually Format.trim doesn't exist, so it'd be hard to use :). > > > Also a minor addition to DOM renames since IE blows and doesn't > > recognize cellspacing. > > That seemed good, I added it. > > Thanks! > > -- > Thomas --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "MochiKit" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/mochikit?hl=en -~----------~----~----~----~------~----~------~--~---
