Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(235)

Unified Diff: remoting/webapp/crd/js/oauth2.js

Issue 959963002: [Chromoting] Enable jscompile for webapp unittests. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rename sinon.$testStub -> sinon.TestStub Created 5 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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() {
};

Powered by Google App Engine
This is Rietveld 408576698