aboutsummaryrefslogtreecommitdiffstats
path: root/test/data/event
diff options
context:
space:
mode:
Diffstat (limited to 'test/data/event')
-rw-r--r--test/data/event/asyncReady.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/data/event/asyncReady.html b/test/data/event/asyncReady.html
index 0b389d854..1d18efc17 100644
--- a/test/data/event/asyncReady.html
+++ b/test/data/event/asyncReady.html
@@ -17,7 +17,7 @@ if ( document.attachEvent ) {
jQuery("body").append("<div>modifying DOM</div>");
window.parent.iframeCallback( true );
});
- }
+ }
document.getElementsByTagName("head")[ 0 ].appendChild( el );
el.src = "../include_js.php";
}, 1000 );
@@ -28,4 +28,4 @@ if ( document.attachEvent ) {
<!-- long loading iframe -->
<iframe src="longLoad.php?sleep=15&return=false" style="width: 1px; height: 1px"></iframe>
</body>
-</html> \ No newline at end of file
+</html>