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:
commit
eabcb2c8b0
1 changed files with 1 additions and 1 deletions
|
@ -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) ->
|
||||
|
|
Loading…
Reference in a new issue