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

Unified Diff: remoting/webapp/base/js/message_window.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/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.js
diff --git a/remoting/webapp/base/js/message_window.js b/remoting/webapp/base/js/message_window.js
index cc7b82e7f6fed69b78581076d76f3102fc50b128..452b95ee9513779a7dc20a0fe7aa5188cf995deb 100644
--- a/remoting/webapp/base/js/message_window.js
+++ b/remoting/webapp/base/js/message_window.js
@@ -11,8 +11,7 @@ function MessageWindowImpl() {
/**
* Used to prevent multiple responses due to the closeWindow handler.
*
- * @type {boolean}
- * @private
+ * @private {boolean}
*/
this.sentReply_ = false;
« 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