diff options
author | Oleg Gaidarenko <markelog@gmail.com> | 2014-07-03 17:59:26 +0400 |
---|---|---|
committer | Oleg Gaidarenko <markelog@gmail.com> | 2014-07-03 18:00:45 +0400 |
commit | d0f27a73a1917a8c052fc6fc67065f072460ab67 (patch) | |
tree | e9baff640a8b107638fb45dcea06780158a1fbe3 /test/index.html | |
parent | 31e6697c5856ed1d3d79e457dccbf4a1078cb74b (diff) | |
download | jquery-d0f27a73a1917a8c052fc6fc67065f072460ab67.tar.gz jquery-d0f27a73a1917a8c052fc6fc67065f072460ab67.zip |
Build: Correct indentation issue
Diffstat (limited to 'test/index.html')
-rw-r--r-- | test/index.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/test/index.html b/test/index.html index d6386cbad..66e29fed8 100644 --- a/test/index.html +++ b/test/index.html @@ -14,9 +14,9 @@ --> <script src="data/jquery-1.9.1.js"></script> - <script src="../external/qunit/qunit.js"></script> - <script src="../external/requirejs/require.js"></script> - <script src="../external/sinon/fake_timers.js"></script> + <script src="../external/qunit/qunit.js"></script> + <script src="../external/requirejs/require.js"></script> + <script src="../external/sinon/fake_timers.js"></script> <script src="../external/sinon/timers_ie.js"></script> <!-- See testinit for the list of tests --> <script src="data/testinit.js"></script> |