diff options
author | Oleg Gaidarenko <markelog@gmail.com> | 2014-05-09 04:08:48 +0400 |
---|---|---|
committer | Oleg Gaidarenko <markelog@gmail.com> | 2014-05-09 04:11:27 +0400 |
commit | 10024c25820f08139f11d924cec552a26dfbba18 (patch) | |
tree | 58c2df13e3f26ab288f9dc4496465cb518dd9915 | |
parent | 787562247b680717e2a465c85acbe4358766e085 (diff) | |
download | jquery-10024c25820f08139f11d924cec552a26dfbba18.tar.gz jquery-10024c25820f08139f11d924cec552a26dfbba18.zip |
Effects: Remove needless operations in tests
-rw-r--r-- | test/unit/effects.js | 3 |
1 files changed, 0 insertions, 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 ); } }); |