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; |
/** |