r91207: Make one qunit test var local. Thanks Krinkle
authorLeo Koppelkamm <diebuche@users.mediawiki.org>
Thu, 30 Jun 2011 21:13:12 +0000 (21:13 +0000)
committerLeo Koppelkamm <diebuche@users.mediawiki.org>
Thu, 30 Jun 2011 21:13:12 +0000 (21:13 +0000)
tests/qunit/suites/resources/jquery/jquery.tablesorter.test.js

index de9098a..d71a526 100644 (file)
@@ -352,7 +352,7 @@ tableTest(
        }
 );
 
-ascendingNameLegacy = ascendingName.slice(0);
+var ascendingNameLegacy = ascendingName.slice(0);
 ascendingNameLegacy[4] = ascendingNameLegacy[5];
 ascendingNameLegacy.pop();