mirror of
https://github.com/Radarr/Radarr
synced 2025-02-03 13:22:12 +00:00
12 lines
No EOL
271 B
JavaScript
12 lines
No EOL
271 B
JavaScript
"use strict";
|
|
define(['app'], function () {
|
|
|
|
NzbDrone.Shared.Toolbar.ToolbarModel = Backbone.Model.extend({
|
|
|
|
defaults: {
|
|
"route" : '/nzbdrone/route',
|
|
"title" : 'Title Goes Here',
|
|
"tooltip": undefined
|
|
}
|
|
});
|
|
}); |