Changed .jshintrc predef lists to globals objects.

This commit is contained in:
Steven Benner
2013-02-27 23:03:17 -08:00
committed by Dave Methvin
parent f319f42db0
commit 237413e75d
3 changed files with 43 additions and 42 deletions

View File

@@ -16,9 +16,9 @@
"browser": true,
"wsh": true,
"predef": [
"jQuery",
"define",
"module"
]
"globals": {
"jQuery": true,
"define": true,
"module": true
}
}