diff options
Diffstat (limited to 'test')
-rw-r--r-- | test/data/testinit.js | 1 | ||||
-rw-r--r-- | test/data/testrunner.js | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/test/data/testinit.js b/test/data/testinit.js index 06f33d19b..5901b57e4 100644 --- a/test/data/testinit.js +++ b/test/data/testinit.js @@ -201,7 +201,6 @@ this.ajaxTest = function( title, expect, options ) { }); }; - this.testIframe = function( fileName, name, fn ) { asyncTest(name, function() { diff --git a/test/data/testrunner.js b/test/data/testrunner.js index 0f741fa9d..1bebb1363 100644 --- a/test/data/testrunner.js +++ b/test/data/testrunner.js @@ -14,7 +14,6 @@ var qunitModule = QUnit.module, reset, ajaxSettings = jQuery.ajaxSettings; - /** * QUnit configuration */ |