1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2024-12-16 11:37:58 +02:00
Sonarr/UI/Shared/Toolbar/CommandCollection.js
Keivan Beigi 3638d85314 removed title region,
started adding support for a global tool bar.
2013-04-24 10:32:03 -07:00

8 lines
217 B
JavaScript

"use strict";
define(['app', 'Shared/Toolbar/CommandModel'], function () {
NzbDrone.Shared.Toolbar.CommandCollection = Backbone.Collection.extend({
model: NzbDrone.Shared.Toolbar.CommandModel
});
});