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,17 @@
"use strict";
define(['app'], function () {
NzbDrone.Shared.Toolbar.ToolbarView = Backbone.Marionette.ItemView.extend({
template: 'Template',
events: {
}
});
});