Index: third_party/google_input_tools/third_party/closure_library/closure/goog/debug/entrypointregistry.js |
diff --git a/third_party/google_input_tools/third_party/closure_library/closure/goog/debug/entrypointregistry.js b/third_party/google_input_tools/third_party/closure_library/closure/goog/debug/entrypointregistry.js |
index 9394f7f5dc095d5fa2594b4aa03bc33f737408f1..3ae7549ca09992cd4eee17ca780347dcae04a6a2 100644 |
--- a/third_party/google_input_tools/third_party/closure_library/closure/goog/debug/entrypointregistry.js |
+++ b/third_party/google_input_tools/third_party/closure_library/closure/goog/debug/entrypointregistry.js |
@@ -68,7 +68,7 @@ goog.debug.EntryPointMonitor.prototype.unwrap; |
/** |
* An array of entry point callbacks. |
- * @type {!Array.<function(!Function)>} |
+ * @type {!Array<function(!Function)>} |
* @private |
*/ |
goog.debug.entryPointRegistry.refList_ = []; |
@@ -76,7 +76,7 @@ goog.debug.entryPointRegistry.refList_ = []; |
/** |
* Monitors that should wrap all the entry points. |
- * @type {!Array.<!goog.debug.EntryPointMonitor>} |
+ * @type {!Array<!goog.debug.EntryPointMonitor>} |
* @private |
*/ |
goog.debug.entryPointRegistry.monitors_ = []; |