David 9 年 前
コミット
bfd0fe371e
1 ファイル変更6 行追加1 行削除
  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
 	}
 }