1
0
Fork 0
mirror of https://github.com/Radarr/Radarr synced 2025-02-03 13:22:12 +00:00
Radarr/UI/Shared/Toolbar/ToolbarView.js
2013-04-18 16:14:38 -07:00

17 lines
203 B
JavaScript

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