https://www.mediawiki.org/wiki/Special:Code/MediaWiki/106295
Revision: 106295
Author: brion
Date: 2011-12-15 00:38:09 +0000 (Thu, 15 Dec 2011)
Log Message:
-----------
Remove stray trailing commas on last items in array literals -- this breaks IE
6/7/8
Followup r105560
Modified Paths:
--------------
trunk/phase3/tests/qunit/suites/resources/jquery/jquery.tablesorter.test.js
Modified:
trunk/phase3/tests/qunit/suites/resources/jquery/jquery.tablesorter.test.js
===================================================================
--- trunk/phase3/tests/qunit/suites/resources/jquery/jquery.tablesorter.test.js
2011-12-15 00:37:22 UTC (rev 106294)
+++ trunk/phase3/tests/qunit/suites/resources/jquery/jquery.tablesorter.test.js
2011-12-15 00:38:09 UTC (rev 106295)
@@ -492,7 +492,7 @@
[ '13,000'],
[ '9' ],
[ '14' ],
- [ '8.0' ],
+ [ '8.0' ]
];
var numbersAsc = [
[ '7' ],
@@ -500,7 +500,7 @@
[ '9' ],
[ '12' ],
[ '14' ],
- [ '13,000'],
+ [ '13,000']
];
tableTest( 'bug 8115: sort numbers with commas (ascending)',
_______________________________________________
MediaWiki-CVS mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-cvs