mirror of
https://github.com/Sonarr/Sonarr.git
synced 2025-01-17 10:45:49 +02:00
18 lines
203 B
JavaScript
18 lines
203 B
JavaScript
"use strict";
|
|
define(['app'], function () {
|
|
|
|
NzbDrone.Shared.Toolbar.ToolbarView = Backbone.Marionette.ItemView.extend({
|
|
template: 'Template',
|
|
|
|
events: {
|
|
|
|
}
|
|
|
|
|
|
});
|
|
});
|
|
|
|
|
|
|
|
|