Tests: Fix merge conflict

Introduced in 6b10f9d7e9 originally.

Had a rebase conflict that I fixed but forgot to ⌘-s. ☹
This commit is contained in:
Corey Frang
2015-06-26 20:30:52 -04:00
parent 1390d0736f
commit d07774ae06
2 changed files with 0 additions and 7 deletions

3
src/effects.js vendored
View File

@@ -382,8 +382,6 @@ function Animation( elem, properties, options ) {
}
jQuery.Animation = jQuery.extend( Animation, {
<<<<<<< HEAD
=======
tweeners: {
"*": [ function( prop, value ) {
@@ -393,7 +391,6 @@ jQuery.Animation = jQuery.extend( Animation, {
} ]
},
>>>>>>> b3b2d6c... Effects: Adding unit tests for jQuery.Animation
tweener: function( props, callback ) {
if ( jQuery.isFunction( props ) ) {
callback = props;

View File

@@ -17,12 +17,8 @@ module("effects", {
jQuery.fx.interval = 10;
},
teardown: function() {
<<<<<<< HEAD
this.clock.restore();
=======
this.sandbox.restore();
jQuery.now = Date.now;
>>>>>>> cdaed15... Effects: Add tests for jQuery.Tween
jQuery.fx.stop();
jQuery.fx.interval = this._oldInterval;
window.requestAnimationFrame = oldRaf;