mirror of
https://github.com/Hopiu/jquery-mobile.git
synced 2026-05-20 20:31:52 +00:00
whitespace correction for the test runner
This commit is contained in:
parent
4409782b00
commit
13c0b1bdd8
1 changed files with 2 additions and 2 deletions
|
|
@ -10,7 +10,7 @@
|
|||
asyncTest( dir, function(){
|
||||
var nextCheck = null;
|
||||
|
||||
// establish a timeout for a given suite in case of async tests hanging
|
||||
// establish a timeout for a given suite in case of async tests hanging
|
||||
var testTimeout = setTimeout( function(){
|
||||
// prevent any schedule checks for completion
|
||||
clearTimeout(nextCheck);
|
||||
|
|
@ -25,7 +25,7 @@
|
|||
// check the iframe for success or failure and respond accordingly
|
||||
check = function(){
|
||||
|
||||
// check for the frames jquery object each time
|
||||
// check for the frames jquery object each time
|
||||
var framejQuery = window.frames["testFrame"].jQuery;
|
||||
|
||||
// if the iframe hasn't loaded (ie loaded jQuery) check back again shortly
|
||||
|
|
|
|||
Loading…
Reference in a new issue