David 9 năm trước cách đây
mục cha
commit
bfd0fe371e
1 tập tin đã thay đổi với 6 bổ sung1 xóa
  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
 	}
 }