Skip to content

Commit

Permalink
Merge pull request #2261 from josher19/patch-2
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelficarra committed Apr 13, 2012
2 parents 53a82da + ea60dfa commit eabcb2c
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

1 comment on commit eabcb2c

@josher19
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this now references window instead of the "Run" button.

Please sign in to comment.