mirror of
https://github.com/lidarr/Lidarr
synced 2024-12-27 18:17:13 +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
|
|
}
|
|
});
|
|
}); |