mirror of
https://github.com/jashkenas/coffeescript.git
synced 2022-11-09 12:23:24 -05:00
Bind not required for evalJS.
This commit is contained in:
parent
4c2ce2b45b
commit
67b5ebdb76
2 changed files with 2 additions and 2 deletions
|
@ -1596,7 +1596,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) ->
|
||||
|
|
|
@ -2500,7 +2500,7 @@ task(<span class="String"><span class="String">'</span>build:parser<span class="
|
|||
closeMenus = ->
|
||||
$('.navigation.active').removeClass 'active'
|
||||
|
||||
$('.minibutton.run').click -> evalJS()
|
||||
$('.minibutton.run').click evalJS
|
||||
|
||||
# Bind navigation buttons to open the menus.
|
||||
$('.navigation').click (e) ->
|
||||
|
|
Loading…
Add table
Reference in a new issue