Index: remoting/webapp/crd/js/crd_connect.js |
diff --git a/remoting/webapp/crd/js/crd_connect.js b/remoting/webapp/crd/js/crd_connect.js |
index 10851faa4dc3f742e4adcd1792d1c94760f80425..ea4f7a83f1315de22ee7429707daadcac9149fc7 100644 |
--- a/remoting/webapp/crd/js/crd_connect.js |
+++ b/remoting/webapp/crd/js/crd_connect.js |
@@ -78,8 +78,8 @@ remoting.connectMe2MeHostVersionAcknowledged_ = function(host) { |
/** |
* @param {string} tokenUrl Token-issue URL received from the host. |
- * @param {string} scope OAuth scope to request the token for. |
* @param {string} hostPublicKey Host public key (DER and Base64 encoded). |
+ * @param {string} scope OAuth scope to request the token for. |
* @param {function(string, string):void} onThirdPartyTokenFetched Callback. |
*/ |
var fetchThirdPartyToken = function( |