Index: third_party/google_input_tools/third_party/closure_library/closure/goog/testing/watchers.js |
diff --git a/third_party/google_input_tools/third_party/closure_library/closure/goog/testing/watchers.js b/third_party/google_input_tools/third_party/closure_library/closure/goog/testing/watchers.js |
index a69dc3e2b23fd53424a202dfd8c1ffbfce3c93c2..a242a57e3096cc9c11fbaad8c9aa76de2e8b0db1 100644 |
--- a/third_party/google_input_tools/third_party/closure_library/closure/goog/testing/watchers.js |
+++ b/third_party/google_input_tools/third_party/closure_library/closure/goog/testing/watchers.js |
@@ -21,7 +21,7 @@ |
goog.provide('goog.testing.watchers'); |
-/** @private {!Array.<function()>} */ |
+/** @private {!Array<function()>} */ |
goog.testing.watchers.resetWatchers_ = []; |