From 13c0b1bdd882495d9374b65ad8249df69f62b977 Mon Sep 17 00:00:00 2001 From: John Bender Date: Sun, 26 Jun 2011 21:18:07 -0700 Subject: [PATCH] whitespace correction for the test runner --- tests/unit/runner.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/unit/runner.js b/tests/unit/runner.js index 2d9ed832..fe94b3cb 100644 --- a/tests/unit/runner.js +++ b/tests/unit/runner.js @@ -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