diff --git a/test/unit/effects.js b/test/unit/effects.js index e857b229b..9b4c4d5c1 100644 --- a/test/unit/effects.js +++ b/test/unit/effects.js @@ -5,8 +5,6 @@ if ( !jQuery.fx ) { return; } -var off = jQuery.fx.off; - module("effects", { setup: function() { this.clock = sinon.useFakeTimers( 505877050 ); @@ -17,7 +15,6 @@ module("effects", { this.clock.restore(); jQuery.fx.stop(); jQuery.fx.interval = this._oldInterval; - jQuery.fx.off = off; return moduleTeardown.apply( this, arguments ); } });