mirror of
https://github.com/Sonarr/Sonarr.git
synced 2024-12-18 23:48:35 +02:00
8 lines
217 B
JavaScript
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
|
||
|
});
|
||
|
});
|
||
|
|