added first region,view and routes.

This commit is contained in:
Keivan Beigi 2013-01-18 14:05:52 -08:00 committed by kay.one
commit 85fa96f436
5 changed files with 66 additions and 1 deletions

View file

@ -0,0 +1,3 @@
NzbDrone.AddSeriesView = Backbone.Marionette.ItemView.extend({
template: "#add-series-template"
});