1
0
Fork 0
mirror of https://github.com/jashkenas/coffeescript.git synced 2022-11-09 12:23:24 -05:00

Merge pull request #2261 from josher19/patch-2

This commit is contained in:
Michael Ficarra 2012-04-12 22:17:13 -07:00
commit eabcb2c8b0

View file

@ -1769,7 +1769,7 @@ Expressions
closeMenus = ->
$('.navigation.active').removeClass 'active'
$('.minibutton.run').click evalJS
$('.minibutton.run').click -> evalJS()
# Bind navigation buttons to open the menus.
$('.navigation').click (e) ->