aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--test/data/testinit.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/data/testinit.js b/test/data/testinit.js
index e88df966f..ca8f433d7 100644
--- a/test/data/testinit.js
+++ b/test/data/testinit.js
@@ -252,9 +252,9 @@ this.testIframeWithCallback = function( title, fileName, func ) {
setTimeout( function() {
this.iframeCallback = undefined;
- iframe.remove();
func.apply( this, args );
func = function() {};
+ iframe.remove();
done();
} );