Skip to content

Commit

Permalink
Merge pull request jquery#998 from jquery/strict
Browse files Browse the repository at this point in the history
  • Loading branch information
jaubourg committed Oct 19, 2012
2 parents ee9687d + 739ba96 commit b386080
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/.jshintrc
Expand Up @@ -6,8 +6,10 @@
"evil": true, "evil": true,
"expr": true, "expr": true,
"maxerr": 100, "maxerr": 100,
"newcap": false,
"quotmark": "double", "quotmark": "double",
"smarttabs": true, "smarttabs": true,
"strict": true,
"sub": true, "sub": true,
"trailing": true, "trailing": true,
"undef": true, "undef": true,
Expand Down
1 change: 1 addition & 0 deletions src/effects.js
Expand Up @@ -233,6 +233,7 @@ jQuery.Animation = jQuery.extend( Animation, {
}); });


function defaultPrefilter( elem, props, opts ) { function defaultPrefilter( elem, props, opts ) {
/*jshint validthis:true */
var index, prop, value, length, dataShow, tween, hooks, oldfire, var index, prop, value, length, dataShow, tween, hooks, oldfire,
anim = this, anim = this,
style = elem.style, style = elem.style,
Expand Down
1 change: 1 addition & 0 deletions src/intro.js
Expand Up @@ -12,3 +12,4 @@
* Date: @DATE * Date: @DATE
*/ */
(function( window, undefined ) { (function( window, undefined ) {
"use strict";

0 comments on commit b386080

Please sign in to comment.