1
0
Fork 0
mirror of https://github.com/Radarr/Radarr synced 2025-02-03 05:13:05 +00:00
Radarr/UI/Shared/Toolbar/ToolbarView.js

18 lines
203 B
JavaScript
Raw Normal View History

"use strict";
define(['app'], function () {
NzbDrone.Shared.Toolbar.ToolbarView = Backbone.Marionette.ItemView.extend({
template: 'Template',
events: {
}
});
});