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
parent 9f304b7be5
commit 85fa96f436
5 changed files with 66 additions and 1 deletions
@@ -0,0 +1,3 @@
NzbDrone.AddSeriesView = Backbone.Marionette.ItemView.extend({
template: "#add-series-template"
});