mirror of
https://github.com/jquery/jquery.git
synced 2026-02-01 23:04:59 -05:00
3
test/unit/effects.js
vendored
3
test/unit/effects.js
vendored
@@ -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 );
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user