Typo. Fix error mentioned by @saxamaphone69 in #968.

This commit is contained in:
Nicolas Stepien 2013-04-04 13:44:25 +02:00
parent f49a4b6c87
commit 8bae973931

View File

@ -102,7 +102,7 @@ UI = do ->
$.rm currentMenu
currentMenu = null
lastToggledButton = null
$.off d, 'click, CloseMenu', @close
$.off d, 'click CloseMenu', @close
findNextEntry: (entry, direction) ->
entries = [entry.parentNode.children...]