diff options
author | Rob Loach <robloach@gmail.com> | 2014-09-26 15:24:21 -0700 |
---|---|---|
committer | Rob Loach <robloach@gmail.com> | 2014-09-26 15:24:21 -0700 |
commit | 59e856faabc33bdf4a69289904d91c9e44d03ac6 (patch) | |
tree | 440e64731b786b10a55f68124be7d7fca044d453 /test | |
parent | c696fcfaffb0bbc02ad1407ff5baa6086f8ba510 (diff) | |
download | jquery-once-59e856faabc33bdf4a69289904d91c9e44d03ac6.zip jquery-once-59e856faabc33bdf4a69289904d91c9e44d03ac6.tar.gz jquery-once-59e856faabc33bdf4a69289904d91c9e44d03ac6.tar.bz2 |
Update tests and documentation
Diffstat (limited to 'test')
-rw-r--r-- | test/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/index.html b/test/index.html index 6f1ed00..887b696 100644 --- a/test/index.html +++ b/test/index.html @@ -26,7 +26,7 @@ </div> - <script src="http://code.jquery.com/jquery-1.10.0.js"></script> + <script src="http://code.jquery.com/jquery-2.1.1.js"></script> <script src="http://code.jquery.com/qunit/qunit-1.11.0.js"></script> <script src="../jquery.once.js"></script> <script src="test.js"></script> |