Prevent unnecessary casts

This commit is contained in:
Guillaume Beraudo
2016-02-03 16:25:11 +01:00
parent 289e571fb0
commit 46fc1c2a1b
+6 -1
View File
@@ -24,9 +24,14 @@
], ],
"jscomp_off": [ "jscomp_off": [
"useOfGoogBase", "useOfGoogBase",
"unnecessaryCasts",
"lintChecks" "lintChecks"
], ],
"hide_warnings_for": [
"node_modules/closure-util"
],
"jscomp_warning": [
"unnecessaryCasts"
],
"extra_annotation_name": [ "extra_annotation_name": [
"api", "observable" "api", "observable"
], ],