aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/.jshintrc10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/.jshintrc b/src/.jshintrc
index a331067e1..fff75a6a8 100644
--- a/src/.jshintrc
+++ b/src/.jshintrc
@@ -16,9 +16,9 @@
"browser": true,
"wsh": true,
- "predef": [
- "jQuery",
- "define",
- "module"
- ]
+ "globals": {
+ "jQuery": true,
+ "define": true,
+ "module": true
+ }
}