mirror of
https://github.com/lidarr/Lidarr
synced 2024-12-29 11:05:44 +00:00
17 lines
203 B
JavaScript
17 lines
203 B
JavaScript
"use strict";
|
|
define(['app'], function () {
|
|
|
|
NzbDrone.Shared.Toolbar.ToolbarView = Backbone.Marionette.ItemView.extend({
|
|
template: 'Template',
|
|
|
|
events: {
|
|
|
|
}
|
|
|
|
|
|
});
|
|
});
|
|
|
|
|
|
|
|
|