Removed some UI info from views. Added UI Config

This commit is contained in:
Mark McDowall 2013-04-07 16:15:04 -07:00
parent 7c1e81a70e
commit 5d7f6fb03b
16 changed files with 211 additions and 73 deletions

View file

@ -8,7 +8,6 @@ define([
NzbDrone.Calendar.CalendarItemView = Backbone.Marionette.ItemView.extend({
template : 'Calendar/CalendarItemTemplate',
tagName : 'div',
className: 'event',
onRender: function () {
NzbDrone.ModelBinder.bind(this.model, this.el);