Index: remoting/webapp/crd/js/host.js |
diff --git a/remoting/webapp/crd/js/host.js b/remoting/webapp/crd/js/host.js |
index be45874d3664dd2a5bc14ce1276dd9ae8f2f8f13..15014c7d4b98780476e58999847d081014add72d 100644 |
--- a/remoting/webapp/crd/js/host.js |
+++ b/remoting/webapp/crd/js/host.js |
@@ -30,7 +30,7 @@ remoting.Host = function() { |
this.publicKey = ''; |
/** @type {string} */ |
this.hostVersion = ''; |
- /** @type {Array.<string>} */ |
+ /** @type {Array<string>} */ |
this.tokenUrlPatterns = []; |
/** @type {string} */ |
this.updatedTime = ''; |