Index: remoting/webapp/js_proto/dom_proto.js |
diff --git a/remoting/webapp/js_proto/dom_proto.js b/remoting/webapp/js_proto/dom_proto.js |
index 518bebccf02cb31ae3b1b3356240d530ef0ebb50..a81cdc27898b89fb880bd5f22847a8e205d8f4dc 100644 |
--- a/remoting/webapp/js_proto/dom_proto.js |
+++ b/remoting/webapp/js_proto/dom_proto.js |
@@ -6,13 +6,13 @@ |
// WebKit- and Chrome-specific properties and methods. It is used only with |
// JSCompiler to verify the type-correctness of our code. |
-/** @type {Array.<string>} */ |
+/** @type {Array<string>} */ |
ClipboardData.prototype.types; |
/** @type {HTMLElement} */ |
Document.prototype.activeElement; |
-/** @type {Array.<HTMLElement>} */ |
+/** @type {Array<HTMLElement>} */ |
Document.prototype.all; |
/** @type {boolean} */ |