From 67b5ebdb76d82a84a92591bbdfada26a50debd68 Mon Sep 17 00:00:00 2001 From: Will Moffat Date: Sat, 19 Mar 2011 15:51:40 -0700 Subject: [PATCH] Bind not required for evalJS. --- documentation/index.html.erb | 2 +- index.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/documentation/index.html.erb b/documentation/index.html.erb index 7d101db6..7a0386d0 100644 --- a/documentation/index.html.erb +++ b/documentation/index.html.erb @@ -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) -> diff --git a/index.html b/index.html index d8480862..0d8098af 100644 --- a/index.html +++ b/index.html @@ -2500,7 +2500,7 @@ task('build:parser