diff options
Diffstat (limited to 'src/effects.js')
-rw-r--r-- | src/effects.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/effects.js b/src/effects.js index dcc6c00b7..7627e3a23 100644 --- a/src/effects.js +++ b/src/effects.js @@ -233,6 +233,7 @@ jQuery.Animation = jQuery.extend( Animation, { }); function defaultPrefilter( elem, props, opts ) { + /*jshint validthis:true */ var index, prop, value, length, dataShow, tween, hooks, oldfire, anim = this, style = elem.style, |