Skip to content

Instantly share code, notes, and snippets.

Created January 22, 2009 03:58
Show Gist options
  • Save anonymous/50406 to your computer and use it in GitHub Desktop.
Save anonymous/50406 to your computer and use it in GitHub Desktop.
View = {
init: function() {
$('[href=#evt-name]').click(this.revealEventName);
$('[href=#evt-when]').click(this.revealEventWhen);
},
revealEventName: function(view) {
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment