diff options
author | Richard Worth <rdworth@gmail.com> | 2008-12-05 20:19:46 +0000 |
---|---|---|
committer | Richard Worth <rdworth@gmail.com> | 2008-12-05 20:19:46 +0000 |
commit | 485e8fdb1fe6c61a5a7adc8cb9eef66045b31f7a (patch) | |
tree | 7d2343ea04d2b80b6233f721d88d6cbeb604151f /tests/testsuite.js | |
parent | d8841a752b594921ab88a14fd92d8a6c3e19e0f8 (diff) | |
download | jquery-ui-485e8fdb1fe6c61a5a7adc8cb9eef66045b31f7a.tar.gz jquery-ui-485e8fdb1fe6c61a5a7adc8cb9eef66045b31f7a.zip |
set svn:eol-style to native
Diffstat (limited to 'tests/testsuite.js')
-rw-r--r-- | tests/testsuite.js | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/tests/testsuite.js b/tests/testsuite.js index 5ae100a7d..2ad60cbab 100644 --- a/tests/testsuite.js +++ b/tests/testsuite.js @@ -1,10 +1,10 @@ -$(function() {
-
-$('body').prepend(
- '<h1 id="header">' + document.title + '</h1>' +
- '<h2 id="banner"></h2>' +
- '<h2 id="userAgent"></h2>' +
- '<ol id="tests"></ol>'
-);
-
-});
+$(function() { + +$('body').prepend( + '<h1 id="header">' + document.title + '</h1>' + + '<h2 id="banner"></h2>' + + '<h2 id="userAgent"></h2>' + + '<ol id="tests"></ol>' +); + +}); |