From 3eb1345612eb39a68e4df48653f46d71dc338761 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lorenz=20H=C3=BCbschle-Schneider?= Date: Fri, 18 Jul 2014 12:26:10 +0100 Subject: [PATCH] Don't use globalstrict, it produces lots of errors ...about missing "use strict"s --- .jshintrc | 1 - 1 file changed, 1 deletion(-) diff --git a/.jshintrc b/.jshintrc index aa8ab71..f096376 100644 --- a/.jshintrc +++ b/.jshintrc @@ -1,5 +1,4 @@ { - "globalstrict": true, "globals": { "angular": false, "$": false,