Skip to content

Commit

Permalink
Added AMD "define" to .jshintrc to remove jshint warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
andreruffert committed Apr 4, 2014
1 parent 581520b commit 8773d49
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .jshintrc
Expand Up @@ -19,6 +19,7 @@
"trailing": true,
"smarttabs": true,
"globals": {
"jQuery": true
"jQuery": true,
"define": true
}
}

0 comments on commit 8773d49

Please sign in to comment.