-
-
Save jashkenas/778593 to your computer and use it in GitHub Desktop.
Revisions
-
jashkenas revised this gist
Jan 13, 2011 . 1 changed file with 5 additions and 4 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,4 +1,5 @@ options = callback: => @interviewEditor.setup() menuId: '#setup_interview' $('#main_menu li#setup_interview a').bind 'click', options, @menuClickCallback -
edoloughlin created this gist
Jan 13, 2011 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,4 @@ $('#main_menu li#setup_interview a').bind 'click', { callback: () => @interviewEditor.setup() menuId: '#setup_interview' }, @menuClickCallback