David 9 years ago
parent
commit
bfd0fe371e
1 changed files with 6 additions and 1 deletions
  1. 6 1
      .jshintrc

+ 6 - 1
.jshintrc

@@ -6,6 +6,11 @@
 	"undef": true,
 	"globals": { 
 		"angular": true,
-		"app": true
+		"app": true,
+		"document": true,
+		"window": true,
+		"console": true,
+		"setTimeout": true,
+		"setInterval": true
 	}
 }