Skip to content

Commit

Permalink
fix jshint
Browse files Browse the repository at this point in the history
  • Loading branch information
liabru committed Aug 17, 2015
1 parent b1e6a45 commit b0f72ab
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 @@ -30,6 +30,7 @@
// variables
"undef": true,
"-W079": true, // Silence redefinition errors (they are false positives).
"-W020": true, // Silence readonly error (needed to simplify support for node).
"predef": [
"Matter", "window", "document", "Element", "MatterTools",
"phantom", "process", "HTMLElement", "require", "PIXI",
Expand Down

0 comments on commit b0f72ab

Please sign in to comment.