From 46f4d309b17f4aac42b8050cd16ee941ddb9288d Mon Sep 17 00:00:00 2001 From: Gion Kunz Date: Sat, 18 Oct 2014 14:20:12 +0200 Subject: [PATCH] Ignoring possible missuse of this keyword as we will have a revealing module pattern style of writing classes --- .jshintrc | 1 + 1 file changed, 1 insertion(+) diff --git a/.jshintrc b/.jshintrc index 373fed1..643740a 100644 --- a/.jshintrc +++ b/.jshintrc @@ -16,6 +16,7 @@ "undef": true, "unused": true, "strict": true, + "validthis": true, "trailing": true, "smarttabs": true, "globals": {