diff options
Diffstat (limited to 'test/unit/animation.js')
-rw-r--r-- | test/unit/animation.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/unit/animation.js b/test/unit/animation.js index 3b1479432..3c5e711d7 100644 --- a/test/unit/animation.js +++ b/test/unit/animation.js @@ -169,7 +169,7 @@ QUnit.test( "Animation.prefilter - prefilter return hooks", function( assert ) { ); assert.equal( TweenSpy.callCount, 0, "Returning something never creates tweens" ); - // Test overriden usage on queues: + // Test overridden usage on queues: prefilter.reset(); element = jQuery( "<div>" ) .css( "height", 50 ) |