aboutsummaryrefslogtreecommitdiffstats
path: root/ui/.jshintrc
diff options
context:
space:
mode:
authorScott González <scott.gonzalez@gmail.com>2013-03-26 14:44:32 -0400
committerScott González <scott.gonzalez@gmail.com>2013-03-26 14:44:32 -0400
commita9e1755cb96c54ed3ead77f3eb375544fbf2b4b3 (patch)
tree022fa8832e9b1499175979031314aad1257ae2e6 /ui/.jshintrc
parenta4fabd2bb4016dace930bdbb87fd82b09950b4c8 (diff)
downloadjquery-ui-a9e1755cb96c54ed3ead77f3eb375544fbf2b4b3.tar.gz
jquery-ui-a9e1755cb96c54ed3ead77f3eb375544fbf2b4b3.zip
Build: Use globals instead of predef for JSHint.
Diffstat (limited to 'ui/.jshintrc')
-rw-r--r--ui/.jshintrc6
1 files changed, 3 insertions, 3 deletions
diff --git a/ui/.jshintrc b/ui/.jshintrc
index c7589525f..578ee94a1 100644
--- a/ui/.jshintrc
+++ b/ui/.jshintrc
@@ -12,7 +12,7 @@
"trailing": true,
"undef": true,
"unused": true,
- "predef": [
- "Globalize"
- ]
+ "globals": {
+ "Globalize": false
+ }
}