bug squashed

This commit is contained in:
Peter Cottle 2013-01-12 13:01:39 -08:00
parent 4db83ba808
commit e844b5b25f
3 changed files with 18 additions and 9 deletions

View file

@ -288,7 +288,6 @@ var SeriesView = BaseView.extend({
}
var id = $(ev.srcElement).attr('data-id');
console.log(id, ev, ev.srcElement);
this.navEvents.trigger('clickedID', id);
}
});