summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--remoting/webapp/remoting.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/remoting/webapp/remoting.js b/remoting/webapp/remoting.js
index c3f1efc..476c9a3 100644
--- a/remoting/webapp/remoting.js
+++ b/remoting/webapp/remoting.js
@@ -98,7 +98,7 @@ remoting.init = function() {
remoting.hostList.load(onLoad);
// Show the tab-type warnings if necessary.
- /** @param {boolean} windowed */
+ /** @param {boolean} isWindowed */
var onIsWindowed = function(isWindowed) {
if (!isWindowed &&
navigator.platform.indexOf('Mac') == -1) {