| Index: remoting/webapp/crd/js/host_setup_dialog.js
|
| diff --git a/remoting/webapp/crd/js/host_setup_dialog.js b/remoting/webapp/crd/js/host_setup_dialog.js
|
| index 8fb02de0230276e7b37b48cae4ed1d836a2a21aa..fc258d83318a3c24d1aab7f68ca4a353dc2f6ea5 100644
|
| --- a/remoting/webapp/crd/js/host_setup_dialog.js
|
| +++ b/remoting/webapp/crd/js/host_setup_dialog.js
|
| @@ -8,7 +8,7 @@
|
| var remoting = remoting || {};
|
|
|
| /**
|
| - * @param {Array.<remoting.HostSetupFlow.State>} sequence Sequence of
|
| + * @param {Array<remoting.HostSetupFlow.State>} sequence Sequence of
|
| * steps for the flow.
|
| * @constructor
|
| */
|
| @@ -273,7 +273,7 @@ remoting.HostSetupDialog.prototype.hide = function() {
|
|
|
| /**
|
| * Starts new flow with the specified sequence of steps.
|
| - * @param {Array.<remoting.HostSetupFlow.State>} sequence Sequence of steps.
|
| + * @param {Array<remoting.HostSetupFlow.State>} sequence Sequence of steps.
|
| * @private
|
| */
|
| remoting.HostSetupDialog.prototype.startNewFlow_ = function(sequence) {
|
|
|