From 10024c25820f08139f11d924cec552a26dfbba18 Mon Sep 17 00:00:00 2001 From: Oleg Gaidarenko Date: Fri, 9 May 2014 04:08:48 +0400 Subject: [PATCH] Effects: Remove needless operations in tests --- test/unit/effects.js | 3 --- 1 file changed, 3 deletions(-) diff --git a/test/unit/effects.js b/test/unit/effects.js index ceef87afe..809ae6ef7 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 ); @@ -19,7 +17,6 @@ module("effects", { jQuery.now = Date.now; jQuery.fx.stop(); jQuery.fx.interval = this._oldInterval; - jQuery.fx.off = off; return moduleTeardown.apply( this, arguments ); } }); -- 2.39.5