Fix keybinds sync.

This commit is contained in:
ccd0 2015-07-04 12:39:38 -07:00
parent 0402752060
commit d0291c9193

View File

@ -2,7 +2,7 @@ Keybinds =
init: ->
return if !Conf['Keybinds']
for hotkey of Conf.hotkeys
for hotkey of Config.hotkeys
$.sync hotkey, Keybinds.sync
init = ->