Skip to content
This repository has been archived by the owner on Jul 15, 2024. It is now read-only.

Commit

Permalink
add missing comma
Browse files Browse the repository at this point in the history
  • Loading branch information
jihoonl committed Feb 12, 2016
1 parent 5406861 commit 9ae493a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .jshintrc
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"global": true,
"Blob": true,
"FileReader": true,
"bson": true
"bson": true,
"io": true
},
"curly": true,
Expand Down

0 comments on commit 9ae493a

Please sign in to comment.