| Index: remoting/webapp/crd/js/oauth2.js
|
| diff --git a/remoting/webapp/crd/js/oauth2.js b/remoting/webapp/crd/js/oauth2.js
|
| index 0ad1f7a758f0710cd43ab48da35815e214e93d29..69edafc3af679888d4ce7e00ca651d03775c8915 100644
|
| --- a/remoting/webapp/crd/js/oauth2.js
|
| +++ b/remoting/webapp/crd/js/oauth2.js
|
| @@ -321,7 +321,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);
|
| };
|
|
|