| Index: remoting/webapp/crd/js/oauth2.js
|
| diff --git a/remoting/webapp/crd/js/oauth2.js b/remoting/webapp/crd/js/oauth2.js
|
| index 1074ed22e2ba47a6d3f34f41e8ee5f36209ce53d..8ce080afb8fbb3add86485744c135a7d814ad531 100644
|
| --- a/remoting/webapp/crd/js/oauth2.js
|
| +++ b/remoting/webapp/crd/js/oauth2.js
|
| @@ -318,7 +318,7 @@ remoting.OAuth2.prototype.doAuthRedirect = function(onDone) {
|
| * @return {void} Nothing.
|
| */
|
| remoting.OAuth2.prototype.exchangeCodeForToken = function(code, onDone) {
|
| - /** @param {remoting.Error} error */
|
| + /** @param {!remoting.Error} error */
|
| var onError = function(error) {
|
| console.error('Unable to exchange code for token: ', error);
|
| };
|
|
|