mirror of
https://github.com/jquery/jquery.git
synced 2026-02-12 00:15:04 -05:00
Update grunt-contrib-jshint to 0.3.0, part 2, close gh-1203.
This commit is contained in:
committed by
Dave Methvin
parent
6da5eb1033
commit
ba16ba2efc
2
src/effects.js
vendored
2
src/effects.js
vendored
@@ -242,7 +242,7 @@ jQuery.Animation = jQuery.extend( Animation, {
|
||||
});
|
||||
|
||||
function defaultPrefilter( elem, props, opts ) {
|
||||
/*jshint validthis:true */
|
||||
/* jshint validthis: true */
|
||||
var index, prop, value, length, dataShow, toggle, tween, hooks, oldfire,
|
||||
anim = this,
|
||||
style = elem.style,
|
||||
|
||||
Reference in New Issue
Block a user