Index: remoting/webapp/browser_test/mock_host_list_api.js |
diff --git a/remoting/webapp/browser_test/mock_host_list_api.js b/remoting/webapp/browser_test/mock_host_list_api.js |
index c318cd5092bb9d50fed938eb8b855eae4277595a..2fca22060590987f9d501c88be255891823b639c 100644 |
--- a/remoting/webapp/browser_test/mock_host_list_api.js |
+++ b/remoting/webapp/browser_test/mock_host_list_api.js |
@@ -49,11 +49,11 @@ remoting.MockHostListApi.prototype.get = function(onDone, onError) { |
}; |
/** |
- * @param {function():void} onDone |
- * @param {function(remoting.Error):void} onError |
* @param {string} hostId |
* @param {string} hostName |
* @param {string} hostPublicKey |
+ * @param {function():void} onDone |
+ * @param {function(remoting.Error):void} onError |
*/ |
remoting.MockHostListApi.prototype.put = |
function(hostId, hostName, hostPublicKey, onDone, onError) { |
@@ -77,9 +77,9 @@ remoting.MockHostListApi.prototype.put = |
}; |
/** |
+ * @param {string} hostId |
* @param {function():void} onDone |
* @param {function(remoting.Error):void} onError |
- * @param {string} hostId |
*/ |
remoting.MockHostListApi.prototype.remove = |
function(hostId, onDone, onError) { |