diff options
author | Michał Gołębiowski <m.goleb@gmail.com> | 2015-06-28 22:42:03 +0200 |
---|---|---|
committer | Michał Gołębiowski <m.goleb@gmail.com> | 2015-06-28 22:42:03 +0200 |
commit | 29561bca8f33f4bf03a7186eb9c38a3cb18a8993 (patch) | |
tree | c6ed36501721a47ebe89b98d315b459440e1b3a1 | |
parent | d07774ae0632a8a43ff490562c0e9bb3ae63e2dc (diff) | |
download | jquery-29561bca8f33f4bf03a7186eb9c38a3cb18a8993.tar.gz jquery-29561bca8f33f4bf03a7186eb9c38a3cb18a8993.zip |
Effects: Fix tests
Refs 6b10f9d7e9fb6d062d2bbda49196544cd059b05c
Refs gh-2340
-rw-r--r-- | test/unit/effects.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/unit/effects.js b/test/unit/effects.js index dd562d399..853b4eedc 100644 --- a/test/unit/effects.js +++ b/test/unit/effects.js @@ -18,7 +18,6 @@ module("effects", { }, teardown: function() { this.sandbox.restore(); - jQuery.now = Date.now; jQuery.fx.stop(); jQuery.fx.interval = this._oldInterval; window.requestAnimationFrame = oldRaf; |