aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--test/unit/effects.js3
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 );
}
});