| Index: remoting/webapp/base/js/host.js
|
| diff --git a/remoting/webapp/base/js/host.js b/remoting/webapp/base/js/host.js
|
| index 741ed8b77b588cb0f03fbe1df85ed3b628ad3c36..4e56eafbed3c4599d9b72efa1dc7749f1d984f55 100644
|
| --- a/remoting/webapp/base/js/host.js
|
| +++ b/remoting/webapp/base/js/host.js
|
| @@ -77,7 +77,7 @@ remoting.Host.Options.prototype.load = function() {
|
| var that = this;
|
| return base.Promise.as(remoting.HostSettings.load, [this.hostId_]).then(
|
| /**
|
| - * @param {Object.<string|boolean|number>} options
|
| + * @param {Object<string|boolean|number>} options
|
| */
|
| function(options) {
|
| // Must be defaulted to true so that app-remoting can resize the host
|
|
|