Skip to content

Commit 13040b6

Browse files
committed
Effects: Remove needless operations in tests
Ref 10024c2
1 parent 37f0f7f commit 13040b6

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

test/unit/effects.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@ if ( !jQuery.fx ) {
55
return;
66
}
77

8-
var off = jQuery.fx.off;
9-
108
module("effects", {
119
setup: function() {
1210
this.clock = sinon.useFakeTimers( 505877050 );
@@ -17,7 +15,6 @@ module("effects", {
1715
this.clock.restore();
1816
jQuery.fx.stop();
1917
jQuery.fx.interval = this._oldInterval;
20-
jQuery.fx.off = off;
2118
return moduleTeardown.apply( this, arguments );
2219
}
2320
});

0 commit comments

Comments
 (0)