whitespace in test suite runner

This commit is contained in:
John Bender 2011-06-26 23:19:38 -07:00
parent 37f533f12b
commit 132e6e510f

View file

@ -35,16 +35,16 @@
if( result ){
ok( result === "qunit-pass" );
// prevent the next interval of the check function and the test timeout
// prevent the next interval of the check function and the test timeout
clearTimeout( checkTimer );
clearTimeout( testTimer );
clearTimeout( testTimer );
start();
}
};
expect( 1 );
// set the test suite page on the iframe
// set the test suite page on the iframe
updateFrame( dir );
});
});