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

Unified Diff: remoting/webapp/crd/js/clipboard.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/crd/js/client_session.js ('k') | remoting/webapp/crd/js/connection_stats.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/webapp/crd/js/clipboard.js
diff --git a/remoting/webapp/crd/js/clipboard.js b/remoting/webapp/crd/js/clipboard.js
index f0b628a220a87407f2a81be896fc0b64e82a6e70..0d116779e34f6ea19489c4e0e6e6b6ca863f73bc 100644
--- a/remoting/webapp/crd/js/clipboard.js
+++ b/remoting/webapp/crd/js/clipboard.js
@@ -27,22 +27,13 @@ remoting.Clipboard.prototype.ItemTypes = {
TEXT_UTF8_TYPE: 'text/plain; charset=UTF-8'
};
-/**
- * @private
- * @type {string}
- */
+/** @private {string} */
remoting.Clipboard.prototype.previousContent = "";
-/**
- * @private
- * @type {boolean}
- */
+/** @private {boolean} */
remoting.Clipboard.prototype.itemFromHostTextPending = false;
-/**
- * @private
- * @type {boolean}
- */
+/** @private {boolean} */
remoting.Clipboard.prototype.blockOneClipboardSend_ = false;
/**
« no previous file with comments | « remoting/webapp/crd/js/client_session.js ('k') | remoting/webapp/crd/js/connection_stats.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698