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

Unified Diff: remoting/webapp/crd/js/window_frame.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/crd/js/wcs_sandbox_content.js ('k') | remoting/webapp/crd/js/xhr.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/webapp/crd/js/window_frame.js
diff --git a/remoting/webapp/crd/js/window_frame.js b/remoting/webapp/crd/js/window_frame.js
index f9bc3db31f6b630387127d7eaa35d6a3133fdc5f..5e6a841fd65fa2f74dc87a0d49f0b1aa44f50c8a 100644
--- a/remoting/webapp/crd/js/window_frame.js
+++ b/remoting/webapp/crd/js/window_frame.js
@@ -61,7 +61,7 @@ remoting.WindowFrame = function(titleBar) {
base.debug.assert(this.optionsMenuList_ != null);
/**
- * @type {Array.<{cls:string, fn: function()}>}
+ * @type {Array<{cls:string, fn: function()}>}
*/
var handlers = [
{ cls: 'window-disconnect', fn: this.disconnectSession_.bind(this) },
« no previous file with comments | « remoting/webapp/crd/js/wcs_sandbox_content.js ('k') | remoting/webapp/crd/js/xhr.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698