diff options
author | Scott González <scott.gonzalez@gmail.com> | 2013-03-26 14:44:32 -0400 |
---|---|---|
committer | Scott González <scott.gonzalez@gmail.com> | 2013-03-26 14:44:32 -0400 |
commit | a9e1755cb96c54ed3ead77f3eb375544fbf2b4b3 (patch) | |
tree | 022fa8832e9b1499175979031314aad1257ae2e6 /ui/.jshintrc | |
parent | a4fabd2bb4016dace930bdbb87fd82b09950b4c8 (diff) | |
download | jquery-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/.jshintrc | 6 |
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 + } } |