From 2843550ac8c57c306edfe9ff6856727cf1a324e3 Mon Sep 17 00:00:00 2001 From: RubaXa Date: Wed, 28 Jan 2015 12:58:53 +0300 Subject: [PATCH] - comments --- .jshintrc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.jshintrc b/.jshintrc index e870dcc..3f67a09 100644 --- a/.jshintrc +++ b/.jshintrc @@ -1,9 +1,9 @@ { "strict": true, - "newcap": false, // "Tolerate uncapitalized constructors" + "newcap": false, "node": true, - "expr": true, // - true && call() "Expected an assignment or function call and instead saw an expression." - "supernew": true, // - "Missing '()' invoking a constructor." + "expr": true, + "supernew": true, "laxbreak": true, "white": true, "globals": {