Skip to content
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
Fixed jslint issue with Promise
  • Loading branch information
John Haley committed Sep 25, 2014
commit a03e044fcb45c654d4e15a4e495a6a0c6e632854
3 changes: 2 additions & 1 deletion .jshintrc
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,6 @@
"beforeEach": true,
"after": true,
"afterEach": true
}
},
"predef": ["-Promise"]
}