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

Unified Diff: remoting/webapp/crd/js/fullscreen_v2.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/fullscreen_v1.js ('k') | remoting/webapp/crd/js/host_daemon_facade.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/webapp/crd/js/fullscreen_v2.js
diff --git a/remoting/webapp/crd/js/fullscreen_v2.js b/remoting/webapp/crd/js/fullscreen_v2.js
index a6007b9798b9ff6a5a7755aa605059e63a803e05..d2fb26a45f79ab5646e6a3789a42e797362d17b8 100644
--- a/remoting/webapp/crd/js/fullscreen_v2.js
+++ b/remoting/webapp/crd/js/fullscreen_v2.js
@@ -34,16 +34,10 @@ remoting.FullscreenAppsV2 = function() {
*/
this.previousCallbackState_ = null;
- /**
- * @type {string} Internal 'full-screen changed' event name.
- * @private
- */
+ /** @private {string} Internal 'full-screen changed' event name. */
this.kEventName_ = '_fullscreenchanged';
- /**
- * @type {base.EventSourceImpl}
- * @private
- */
+ /** @private {base.EventSourceImpl} */
this.eventSource_ = new base.EventSourceImpl();
this.eventSource_.defineEvents([this.kEventName_]);
« no previous file with comments | « remoting/webapp/crd/js/fullscreen_v1.js ('k') | remoting/webapp/crd/js/host_daemon_facade.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698