Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(142)

Unified Diff: remoting/webapp/js_proto/dom_proto.js

Issue 917093003: Shorten Closure template notation from Array.<*> to Array<*>. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: remove cvox Created 5 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « remoting/webapp/js_proto/chrome_proto.js ('k') | remoting/webapp/js_proto/remoting_proto.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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} */
« no previous file with comments | « remoting/webapp/js_proto/chrome_proto.js ('k') | remoting/webapp/js_proto/remoting_proto.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698