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

Unified Diff: remoting/webapp/base/js/message_window_helper.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/base/js/ipc.js ('k') | remoting/webapp/base/js/message_window_manager.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/webapp/base/js/message_window_helper.js
diff --git a/remoting/webapp/base/js/message_window_helper.js b/remoting/webapp/base/js/message_window_helper.js
index 030244a1a17139736295c585a8803b1496e37122..a4d564d68e0e1a9dbbe871864ca27be030e4ee0b 100644
--- a/remoting/webapp/base/js/message_window_helper.js
+++ b/remoting/webapp/base/js/message_window_helper.js
@@ -68,7 +68,7 @@ remoting.MessageWindow = function(options) {
/** @type {number} */
this.timer_ = 0;
- /** @type {Array.<function():void>} */
+ /** @type {Array<function():void>} */
this.pendingWindowOperations_ = [];
/**
« no previous file with comments | « remoting/webapp/base/js/ipc.js ('k') | remoting/webapp/base/js/message_window_manager.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698