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) }, |