Effects: Fix tests

Refs 6b10f9d7e9
Refs gh-2340
This commit is contained in:
Michał Gołębiowski 2015-06-28 22:42:03 +02:00
parent d07774ae06
commit 29561bca8f

View File

@ -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;