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

Unified Diff: remoting/webapp/base/js/message_window_manager.js

Issue 983023002: [Chromoting] Use compact notation for javascript @private types (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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/message_window.js ('k') | remoting/webapp/base/js/window_shape.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_manager.js
diff --git a/remoting/webapp/base/js/message_window_manager.js b/remoting/webapp/base/js/message_window_manager.js
index f1f50dc085aa76f03195aae500f976e28b287dc3..596336ff8022065cf626238f9fbc9425ef607c47 100644
--- a/remoting/webapp/base/js/message_window_manager.js
+++ b/remoting/webapp/base/js/message_window_manager.js
@@ -16,15 +16,13 @@ remoting.MessageWindowManager = {};
/**
* Mapping from window id to corresponding MessageWindow.
*
- * @type {Object<number, remoting.MessageWindow>}
- * @private
+ * @private {Object<number, remoting.MessageWindow>}
*/
remoting.MessageWindowManager.messageWindows_ = {};
/**
* The next window id to auto-assign.
- * @type {number}
- * @private
+ * @private {number}
*/
remoting.MessageWindowManager.nextId_ = 1;
« no previous file with comments | « remoting/webapp/base/js/message_window.js ('k') | remoting/webapp/base/js/window_shape.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698