mirror of
https://github.com/jquery/jquery.git
synced 2026-04-20 03:01:22 -04:00
adds strict rule to jshint options (except for test files). "use strict" is added to the main jQuery closure and some "could-be-unsafe" this trickery in effects is silenced.
This commit is contained in:
1
src/effects.js
vendored
1
src/effects.js
vendored
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user