From b0f72ab1a3ae0ac0ce231ab7776418ed6daa314b Mon Sep 17 00:00:00 2001 From: liabru Date: Mon, 17 Aug 2015 01:01:08 +0100 Subject: [PATCH] fix jshint --- .jshintrc | 1 + 1 file changed, 1 insertion(+) diff --git a/.jshintrc b/.jshintrc index 749f70f..2019267 100644 --- a/.jshintrc +++ b/.jshintrc @@ -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",