Skip to content

Commit d07774a

Browse files
committed
Tests: Fix merge conflict
Introduced in 6b10f9d originally. Had a rebase conflict that I fixed but forgot to ⌘-s. ☹
1 parent 1390d07 commit d07774a

File tree

2 files changed

+0
-7
lines changed

2 files changed

+0
-7
lines changed

src/effects.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -382,8 +382,6 @@ function Animation( elem, properties, options ) {
382382
}
383383

384384
jQuery.Animation = jQuery.extend( Animation, {
385-
<<<<<<< HEAD
386-
=======
387385

388386
tweeners: {
389387
"*": [ function( prop, value ) {
@@ -393,7 +391,6 @@ jQuery.Animation = jQuery.extend( Animation, {
393391
} ]
394392
},
395393

396-
>>>>>>> b3b2d6c... Effects: Adding unit tests for jQuery.Animation
397394
tweener: function( props, callback ) {
398395
if ( jQuery.isFunction( props ) ) {
399396
callback = props;

test/unit/effects.js

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,8 @@ module("effects", {
1717
jQuery.fx.interval = 10;
1818
},
1919
teardown: function() {
20-
<<<<<<< HEAD
21-
this.clock.restore();
22-
=======
2320
this.sandbox.restore();
2421
jQuery.now = Date.now;
25-
>>>>>>> cdaed15... Effects: Add tests for jQuery.Tween
2622
jQuery.fx.stop();
2723
jQuery.fx.interval = this._oldInterval;
2824
window.requestAnimationFrame = oldRaf;

0 commit comments

Comments
 (0)