From d977c2ff44c7b1c50fe80a383fe20dd95fff9f8a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Mierzwa?= Date: Thu, 27 Apr 2017 21:26:34 -0700 Subject: [PATCH] Enable development mode This prevents errors from console, alert and other browser functions --- .jshintrc | 1 + 1 file changed, 1 insertion(+) diff --git a/.jshintrc b/.jshintrc index 2c73b6ff0..70b9448b4 100644 --- a/.jshintrc +++ b/.jshintrc @@ -1,6 +1,7 @@ { "browser": true, "jquery": true, + "devel": true, "undef": true, "unused": true