Skip to content

Commit

Permalink
Fix incorrect jshintrc globals property value
Browse files Browse the repository at this point in the history
  • Loading branch information
mikehaas763 committed Mar 2, 2014
1 parent 3448ce4 commit d321f88
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .jshintrc
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,7 @@
"jquery": "true",
"devel": "true",
"camelcase": "true",
"global": ["define"]
"globals": {
"define": true
}
}

0 comments on commit d321f88

Please sign in to comment.