diff options
author | Richard Gibson <richard.gibson@gmail.com> | 2014-12-29 14:14:13 -0500 |
---|---|---|
committer | Richard Gibson <richard.gibson@gmail.com> | 2015-03-20 02:00:17 -0400 |
commit | 555a50d340706e3e1e0de09231050493d0ad841e (patch) | |
tree | 2348f102acac1694287133bf7bdedbdf47d55dc9 /test/index.html | |
parent | e22ef5d9017c44cad97ae541fefce76cc455edcb (diff) | |
download | jquery-555a50d340706e3e1e0de09231050493d0ad841e.tar.gz jquery-555a50d340706e3e1e0de09231050493d0ad841e.zip |
Deferred: Backwards-compatible standards interoperability
Fixes gh-1722
Closes gh-1996
Diffstat (limited to 'test/index.html')
-rw-r--r-- | test/index.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/index.html b/test/index.html index cadb53b7b..9e232895d 100644 --- a/test/index.html +++ b/test/index.html @@ -13,6 +13,7 @@ <script src="data/jquery-1.9.1.js"></script> <script src="../external/qunit/qunit.js"></script> + <script src="../external/npo/npo.js"></script> <script src="../external/requirejs/require.js"></script> <script src="../external/sinon/fake_timers.js"></script> <!-- See testinit for the list of tests --> |