aboutsummaryrefslogtreecommitdiffstats
path: root/src/.jshintrc
diff options
context:
space:
mode:
authorTimmy Willison <timmywillisn@gmail.com>2012-07-10 12:12:01 -0400
committerTimmy Willison <timmywillisn@gmail.com>2012-07-10 12:12:55 -0400
commit1f483f354db3f499f519519eab5225a0d2c28f18 (patch)
tree0c0c22ce2f9558aedfa6dfa598d803348e4d62a8 /src/.jshintrc
parent5bfded1dc678aa843bb60aa60b361f7e45ff9fec (diff)
downloadjquery-1f483f354db3f499f519519eab5225a0d2c28f18.tar.gz
jquery-1f483f354db3f499f519519eab5225a0d2c28f18.zip
Adjust jshint options to pass with closure 'sub' changes
Diffstat (limited to 'src/.jshintrc')
-rw-r--r--src/.jshintrc1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/.jshintrc b/src/.jshintrc
index faf031dfd..755c86a07 100644
--- a/src/.jshintrc
+++ b/src/.jshintrc
@@ -9,6 +9,7 @@
"trailing": true,
"undef": true,
"smarttabs": true,
+ "sub": true,
"maxerr": 100
},
"globals": {