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

Unified Diff: remoting/webapp/app_remoting/js/window_activation_menu.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
Index: remoting/webapp/app_remoting/js/window_activation_menu.js
diff --git a/remoting/webapp/app_remoting/js/window_activation_menu.js b/remoting/webapp/app_remoting/js/window_activation_menu.js
index 272aa0fbf7d176b46501ed767137f7d5cf42eadd..a279c0b876f4203262b11b56c807f578beb36960 100644
--- a/remoting/webapp/app_remoting/js/window_activation_menu.js
+++ b/remoting/webapp/app_remoting/js/window_activation_menu.js
@@ -70,7 +70,7 @@ remoting.WindowActivationMenu.prototype.makeMenuId_ = function(windowId) {
* @private
*/
remoting.WindowActivationMenu.prototype.onContextMenu_ = function(info) {
- /** @type {Array.<string>} */
+ /** @type {Array<string>} */
var components = info.menuItemId.split('-');
if (components.length == 2 &&
this.makeMenuId_(parseInt(components[1], 10)) == info.menuItemId) {
« no previous file with comments | « remoting/webapp/app_remoting/js/keyboard_layouts_menu.js ('k') | remoting/webapp/base/js/app_capabilities.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698