mirror of
https://github.com/Hopiu/jquery-mobile.git
synced 2026-04-22 15:14:44 +00:00
whitespace in test suite runner
This commit is contained in:
parent
37f533f12b
commit
132e6e510f
1 changed files with 3 additions and 3 deletions
|
|
@ -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 );
|
||||
});
|
||||
});
|
||||
|
|
|
|||
Loading…
Reference in a new issue