diff options
Diffstat (limited to 'test/data/event/syncReady.html')
-rw-r--r-- | test/data/event/syncReady.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/data/event/syncReady.html b/test/data/event/syncReady.html index b9dbb2280..df66bc623 100644 --- a/test/data/event/syncReady.html +++ b/test/data/event/syncReady.html @@ -7,8 +7,8 @@ </head> <body> <script type="text/javascript"> -jQuery(document).ready(function () { - window.parent.iframeCallback(true); +jQuery( document ).ready(function () { + window.parent.iframeCallback( true ); }); </script> <!-- long loading iframe --> |