added empty view for series index collection.

This commit is contained in:
Keivan Beigi 2013-04-17 17:48:52 -07:00
parent c0d470e3bb
commit 8429139406
8 changed files with 57 additions and 10 deletions

View file

@ -0,0 +1,12 @@
"use strict";
define(['app'], function () {
NzbDrone.Shared.Toolbar.ToolbarModel = Backbone.Model.extend({
defaults: {
"route" : '/nzbdrone/route',
"title" : 'Title Goes Here',
"tooltip": undefined
}
});
});