From 29561bca8f33f4bf03a7186eb9c38a3cb18a8993 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Go=C5=82=C4=99biowski?= Date: Sun, 28 Jun 2015 22:42:03 +0200 Subject: [PATCH] Effects: Fix tests Refs 6b10f9d7e9fb6d062d2bbda49196544cd059b05c Refs gh-2340 --- test/unit/effects.js | 1 - 1 file changed, 1 deletion(-) 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;