diff options
author | Oleg <markelog@gmail.com> | 2014-01-13 22:22:51 +0400 |
---|---|---|
committer | Oleg <markelog@gmail.com> | 2014-01-13 22:22:51 +0400 |
commit | f1af3c23f9fbef69b69868773fd01b4950ae2f9f (patch) | |
tree | 4515723e60bd8c41c5ade56f82ef0d372afdc37e /test/index.html | |
parent | c991edd2e20949bdd18616ce7736e0c0d67eede0 (diff) | |
download | jquery-f1af3c23f9fbef69b69868773fd01b4950ae2f9f.tar.gz jquery-f1af3c23f9fbef69b69868773fd01b4950ae2f9f.zip |
Tests: Fix sinon timers for oldIE
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 ce19c4d5e..bfadff7f8 100644 --- a/test/index.html +++ b/test/index.html @@ -17,6 +17,7 @@ <script src="libs/qunit/qunit.js"></script> <script src="libs/require.js"></script> <script src="libs/sinon/fake_timers.js"></script> + <script src="libs/sinon/timers_ie.js"></script> <!-- See testinit for the list of tests --> <script src="data/testinit.js"></script> |