Skip to content

Instantly share code, notes, and snippets.

View = {}
(function(){
var self = View;
View.init = function() {
$('[href=#evt-name]').click(this.revealEventName);
$('[href=#evt-when]').click(this.revealEventWhen);
},
View.revealEventName = function() {