diff options
author | Trey Hunner <treyhunner@gmail.com> | 2012-05-18 13:28:50 -0400 |
---|---|---|
committer | Dave Methvin <dave.methvin@gmail.com> | 2012-05-18 13:28:50 -0400 |
commit | f1dcaad09736c194f9148e5bf5fb08498a483a7a (patch) | |
tree | c4de3c9b5b52643e6cf894a2154101b23dafa53c /test/data/event | |
parent | c4df0c91bed4358ddca4b493afc06c69e5b501f0 (diff) | |
download | jquery-f1dcaad09736c194f9148e5bf5fb08498a483a7a.tar.gz jquery-f1dcaad09736c194f9148e5bf5fb08498a483a7a.zip |
Fix indentation in /speed and /test dirs, closes gh-780.
Diffstat (limited to 'test/data/event')
-rw-r--r-- | test/data/event/asyncReady.html | 4 |
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> |