Skip to content

Commit 580a55d

Browse files
committed
Prevent iterator propertywarnings from JSHint due to them being well-supported
1 parent 7d4024e commit 580a55d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.jshintrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
"jquery" : true,
1010
"devel" : true,
1111
"browser" : true,
12+
"iterator": true,
1213
"globals" : {
1314
"chrome" : true
1415
}

0 commit comments

Comments
 (0)