Chromium Code Reviews| 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..32e8a15f28e125c61550998ba681516005692e99 100644 |
| --- a/remoting/webapp/crd/js/oauth2.js |
| +++ b/remoting/webapp/crd/js/oauth2.js |
| @@ -23,7 +23,8 @@ var remoting = remoting || {}; |
| remoting.oauth2 = null; |
| -/** @constructor */ |
| +/** @constructor |
| + * @extends {remoting.Identity} */ |
|
kelvinp
2015/02/28 03:03:52
Nit: indent.
garykac
2015/02/28 03:28:23
Done.
|
| remoting.OAuth2 = function() { |
| }; |