| Index: remoting/webapp/crd/js/oauth2.js
|
| diff --git a/remoting/webapp/crd/js/oauth2.js b/remoting/webapp/crd/js/oauth2.js
|
| index 7a18a9c996559ca04fba2275ae04a1f43e2ac0a8..b4fbaf1749f2158ff1710904f7b5dab4e153e68b 100644
|
| --- a/remoting/webapp/crd/js/oauth2.js
|
| +++ b/remoting/webapp/crd/js/oauth2.js
|
| @@ -263,7 +263,7 @@ remoting.OAuth2.prototype.getAuthorizationCode = function(onDone) {
|
| /**
|
| * Processes the results of the oauth flow.
|
| *
|
| - * @param {Object.<string, string>} message Dictionary containing the parsed
|
| + * @param {Object<string, string>} message Dictionary containing the parsed
|
| * OAuth redirect URL parameters.
|
| * @param {function(*)} sendResponse Function to send response.
|
| */
|
|
|