diff options
author | Thomas Tortorini <thomastortorini@gmail.com> | 2015-05-11 01:39:26 +0200 |
---|---|---|
committer | Michał Gołębiowski <m.goleb@gmail.com> | 2015-09-08 02:40:54 +0200 |
commit | 3dd3d1357d027a487559516fcdd9064cc792edab (patch) | |
tree | bd7d71d4cd0cef8c910d73d2bd6562e7660d4b63 /test/index.html | |
parent | 98cee73244d55910a1ac82bcf6cae04a7f650484 (diff) | |
download | jquery-3dd3d1357d027a487559516fcdd9064cc792edab.tar.gz jquery-3dd3d1357d027a487559516fcdd9064cc792edab.zip |
Effects: Finish should call progress
Fixes gh-2283
Closes gh-2292
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 0285176d3..54a1ee041 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/qunit-assert-step/qunit-assert-step.js"></script> <script src="../external/sinon/sinon-1.14.1.js"></script> <script src="../external/npo/npo.js"></script> <script src="../external/requirejs/require.js"></script> |