aboutsummaryrefslogtreecommitdiffstats
path: root/test/unit/animation.js
diff options
context:
space:
mode:
Diffstat (limited to 'test/unit/animation.js')
-rw-r--r--test/unit/animation.js2
1 files changed, 0 insertions, 2 deletions
diff --git a/test/unit/animation.js b/test/unit/animation.js
index 3c5e711d7..dfa00ac8d 100644
--- a/test/unit/animation.js
+++ b/test/unit/animation.js
@@ -19,13 +19,11 @@ QUnit.module( "animation", {
this._oldInterval = jQuery.fx.interval;
jQuery.fx.step = {};
jQuery.fx.interval = 10;
- jQuery.now = Date.now;
jQuery.Animation.prefilters = [ defaultPrefilter ];
jQuery.Animation.tweeners = { "*": [ defaultTweener ] };
},
teardown: function() {
this.sandbox.restore();
- jQuery.now = Date.now;
jQuery.fx.stop();
jQuery.fx.interval = this._oldInterval;
window.requestAnimationFrame = oldRaf;