Remove stray trailing commas on last items in array literals -- this breaks IE 6/7/8
[lhc/web/wiklou.git] / tests / qunit / suites / resources / jquery / jquery.tablesorter.test.js
index 6859eaf..61f1408 100644 (file)
@@ -492,7 +492,7 @@ var numbers = [
        [ '13,000'],
        [  '9'    ],
        [ '14'    ],
-       [  '8.0'  ],
+       [  '8.0'  ]
 ];
 var numbersAsc = [
        [  '7'    ],
@@ -500,7 +500,7 @@ var numbersAsc = [
        [  '9'    ],
        [ '12'    ],
        [ '14'    ],
-       [ '13,000'],
+       [ '13,000']
 ];
 
 tableTest( 'bug 8115: sort numbers with commas (ascending)',