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..a4b2b63204d20f0125cacfab4f1e0b76a2818007 100644 |
--- a/remoting/webapp/crd/js/oauth2.js |
+++ b/remoting/webapp/crd/js/oauth2.js |
@@ -23,7 +23,10 @@ var remoting = remoting || {}; |
remoting.oauth2 = null; |
-/** @constructor */ |
+/** |
+ * @constructor |
+ * @extends {remoting.Identity} |
+ */ |
remoting.OAuth2 = function() { |
}; |