-
-
Save botmaster/8235671 to your computer and use it in GitHub Desktop.
My JsHint config file for Titanium Alloy projects
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"globals": { | |
"Ti": false, | |
"Titanium": false, | |
"Alloy": false, | |
"describe": false, | |
"it": false, | |
"before": false, | |
"beforeEach": false, | |
"after": false, | |
"afterEach": false, | |
"should": false | |
}, | |
"node": true | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello !
What about the arguments[0] in the controllers ?