Followup r86088, r87244, r90612: fix jquery.tablesorter for null collation table...
authorBrion Vibber <brion@users.mediawiki.org>
Wed, 22 Jun 2011 23:19:00 +0000 (23:19 +0000)
committerBrion Vibber <brion@users.mediawiki.org>
Wed, 22 Jun 2011 23:19:00 +0000 (23:19 +0000)
commitec84480c18fe55cbfd2b7879f83b6fbf0d45520c
tree0d907bd63690a9cfe12c280cbd6d16cd04214cd8
parent29976ac11e9fca6e7f325ddccef8d050694ce3c2
Followup r86088, r87244, r90612: fix jquery.tablesorter for null collation table on IE

Attempt to build a regex from an empty list failed when calling new RegEx('[]', 'ig') on IE 6/7/8.
Now allowing null for the object, and also not trying to create the regex even if we have an empty object just in case.
resources/jquery/jquery.tablesorter.js