Index: remoting/webapp/base/js/host.js |
diff --git a/remoting/webapp/base/js/host.js b/remoting/webapp/base/js/host.js |
index ac37fe01c970c0635bc2742d3c7e936fa1830b32..cff06de53fb31215ef64e782cdb3a7216d46fb00 100644 |
--- a/remoting/webapp/base/js/host.js |
+++ b/remoting/webapp/base/js/host.js |
@@ -27,7 +27,10 @@ remoting.Host = function(hostId) { |
this.hostId = hostId; |
/** @type {string} */ |
this.hostName = ''; |
- /** @type {string} */ |
+ /** |
+ * Either 'ONLINE' or 'OFFLINE'. |
+ * @type {string} |
+ */ |
this.status = ''; |
/** @type {string} */ |
this.jabberId = ''; |