1
0
mirror of https://github.com/Radarr/Radarr.git synced 2026-04-24 22:35:49 -04:00

Required toolbar

This commit is contained in:
Mark McDowall
2013-06-23 21:28:18 -07:00
parent e856a31a4d
commit 56cf3555a6
6 changed files with 27 additions and 21 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
'use strict';
define(['app', 'Shared/Toolbar/ButtonModel'], function () {
NzbDrone.Shared.Toolbar.ButtonCollection = Backbone.Collection.extend({
return Backbone.Collection.extend({
model: NzbDrone.Shared.Toolbar.ButtonModel
});
});