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

Unified Diff: remoting/webapp/app_remoting/js/idle_detector.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
Index: remoting/webapp/app_remoting/js/idle_detector.js
diff --git a/remoting/webapp/app_remoting/js/idle_detector.js b/remoting/webapp/app_remoting/js/idle_detector.js
index 9d6c58bcfcdcb782714eac9b4ac2299763e3cf65..c92d94aed91b61fc8e7e92a9c95805425bc6ee0c 100644
--- a/remoting/webapp/app_remoting/js/idle_detector.js
+++ b/remoting/webapp/app_remoting/js/idle_detector.js
@@ -38,16 +38,12 @@ remoting.IdleDetector = function(idleWarning, callback) {
this.callback_ = callback;
/**
- * @type {number?} The id of the running timer, or null if no timer is
+ * @private {number?} The id of the running timer, or null if no timer is
* running.
- * @private
*/
this.timerId_ = null;
- /**
- * @type {?function():void}
- * @private
- */
+ /** @private {?function():void} */
this.resetTimeoutRef_ = null;
var manifest = chrome.runtime.getManifest();
« no previous file with comments | « remoting/webapp/app_remoting/js/drag_and_drop.js ('k') | remoting/webapp/app_remoting/js/keyboard_layouts_menu.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698