mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-14 00:53:57 -07:00
Required toolbar
This commit is contained in:
parent
e856a31a4d
commit
56cf3555a6
6 changed files with 27 additions and 21 deletions
|
@ -1,8 +1,8 @@
|
|||
'use strict';
|
||||
define(['app', 'Shared/Toolbar/Button/ButtonView', 'Config'], function () {
|
||||
NzbDrone.Shared.Toolbar.ButtonCollectionView = Backbone.Marionette.CollectionView.extend({
|
||||
define(['app', 'Shared/Toolbar/Button/ButtonView', 'Config'], function (App, ButtonView, Config) {
|
||||
return Backbone.Marionette.CollectionView.extend({
|
||||
className: 'btn-group',
|
||||
itemView : NzbDrone.Shared.Toolbar.ButtonView
|
||||
itemView : ButtonView
|
||||
});
|
||||
});
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue