1
0
mirror of https://github.com/Radarr/Radarr.git synced 2026-03-29 18:15:37 -04:00
Files
Radarr/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
});
});