Skip to content
This repository was archived by the owner on Oct 29, 2020. It is now read-only.
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Added NEUE to globals in JSHint.
  • Loading branch information
DFurnes committed Mar 25, 2014
commit ce6cb9e4e3504603d37c8960faa86a5900602779
3 changes: 2 additions & 1 deletion lib/themes/dosomething/paraneue_dosomething/.jshintrc
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@
"$": false,
"_": false,
"Modernizr": false,
"jQuery": false
"jQuery": false,
"NEUE": false
},
"strict": true,
"trailing": true,
Expand Down