https://bugzilla.wikimedia.org/show_bug.cgi?id=15406
--- Comment #19 from SharkD <[email protected]> 2009-01-26 21:18:09 UTC --- (In reply to comment #17) > Then should the regex have the spaces, too? i.e. > var sortClass = (' ' + td.className + ' ').match(/ (sort\-\w+) /); > It seems like that should avoid false positives in the match. I suppose it can't hurt. I don't think false positives are very likely though. -Mike -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
