David %!s(int64=9) %!d(string=hai) anos
pai
achega
bfd0fe371e
Modificáronse 1 ficheiros con 6 adicións e 1 borrados
  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
 	}
 }