summaryrefslogtreecommitdiffstats
path: root/remoting/webapp/menu_button.js
diff options
context:
space:
mode:
Diffstat (limited to 'remoting/webapp/menu_button.js')
-rw-r--r--remoting/webapp/menu_button.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/remoting/webapp/menu_button.js b/remoting/webapp/menu_button.js
index 03ad39e..ce0a2ed 100644
--- a/remoting/webapp/menu_button.js
+++ b/remoting/webapp/menu_button.js
@@ -85,7 +85,7 @@ remoting.MenuButton.select = function(item, selected) {
} else {
item.classList.remove('selected');
}
-}
+};
/** @const @private */
remoting.MenuButton.BUTTON_ACTIVE_CLASS_ = 'active';