0
0
Fork 0
mirror of https://github.com/liabru/matter-js.git synced 2025-01-13 16:18:50 -05:00

fix jshint

This commit is contained in:
liabru 2015-08-17 01:01:08 +01:00
parent b1e6a45ca1
commit b0f72ab1a3

View file

@ -30,6 +30,7 @@
// variables // variables
"undef": true, "undef": true,
"-W079": true, // Silence redefinition errors (they are false positives). "-W079": true, // Silence redefinition errors (they are false positives).
"-W020": true, // Silence readonly error (needed to simplify support for node).
"predef": [ "predef": [
"Matter", "window", "document", "Element", "MatterTools", "Matter", "window", "document", "Element", "MatterTools",
"phantom", "process", "HTMLElement", "require", "PIXI", "phantom", "process", "HTMLElement", "require", "PIXI",