mirror of
https://github.com/fergalmoran/Readarr.git
synced 2026-01-04 07:44:18 +00: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: {
|
|
|
|
}
|
|
|
|
|
|
});
|
|
});
|
|
|
|
|
|
|
|
|