mirror of
https://github.com/Sonarr/Sonarr
synced 2024-12-29 03:05:49 +00:00
3638d85314
started adding support for a global tool bar.
7 lines
217 B
JavaScript
7 lines
217 B
JavaScript
"use strict";
|
|
define(['app', 'Shared/Toolbar/CommandModel'], function () {
|
|
NzbDrone.Shared.Toolbar.CommandCollection = Backbone.Collection.extend({
|
|
model: NzbDrone.Shared.Toolbar.CommandModel
|
|
});
|
|
});
|
|
|