Bug 793860, part 0b - Declare some accidentally undeclared variables. r=bz.

This commit is contained in:
Jason Orendorff 2013-12-09 14:10:51 -06:00
parent c828e70974
commit 18dfde2509

View File

@ -201,7 +201,7 @@ let testCounter = 0;
function doTest(data) {
testCounter++;
[blobs, options, tests] = data;
var [blobs, options, tests] = data;
function runTest(test) {