👕 No fat arrow

This commit is contained in:
Wliu
2015-08-28 18:06:04 -04:00
parent f3b457d8ba
commit 01b9c3a0b0

View File

@@ -86,7 +86,7 @@ class WindowEventHandler
@subscribeToCommand $(window), 'window:toggle-dev-tools', -> atom.toggleDevTools()
if process.platform in ['win32', 'linux']
@subscribeToCommand $(window), 'window:toggle-menu-bar', =>
@subscribeToCommand $(window), 'window:toggle-menu-bar', ->
atom.config.set('core.autoHideMenuBar', not atom.config.get('core.autoHideMenuBar'))
if atom.config.get('core.autoHideMenuBar')