Skip to content

Commit

Permalink
See issue jashkenas#2620
Browse files Browse the repository at this point in the history
  • Loading branch information
josher19 committed Apr 13, 2012
1 parent 53a82da commit ea60dfa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion documentation/index.html.erb
Expand Up @@ -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) ->
Expand Down

0 comments on commit ea60dfa

Please sign in to comment.