Skip to content

Commit

Permalink
Prevent iterator propertywarnings from JSHint due to them being well-…
Browse files Browse the repository at this point in the history
…supported
  • Loading branch information
machawk1 committed Mar 28, 2019
1 parent 7d4024e commit 580a55d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .jshintrc
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
"jquery" : true,
"devel" : true,
"browser" : true,
"iterator": true,
"globals" : {
"chrome" : true
}
Expand Down

0 comments on commit 580a55d

Please sign in to comment.