updated _ templating pattern to be {{ }} instead of <%%>

This commit is contained in:
Keivan Beigi
2013-01-25 11:04:37 -08:00
committed by kay.one
parent 9969f66201
commit 2229f8f2fa
9 changed files with 2022 additions and 24 deletions
@@ -5,8 +5,7 @@
NzbDrone.AddSeries.SearchItemView = Backbone.Marionette.ItemView.extend({
template: "AddSeries/AddNewSeries/SearchResultTemplate",
className: 'row',
className: 'well',
onRender: function () {
NzbDrone.ModelBinder.bind(this.model, this.el);
}
@@ -15,7 +14,6 @@ NzbDrone.AddSeries.SearchItemView = Backbone.Marionette.ItemView.extend({
NzbDrone.AddSeries.SearchResultView = Backbone.Marionette.CollectionView.extend({
className: 'result',
itemView: NzbDrone.AddSeries.SearchItemView,
initialize: function () {