mirror of
https://github.com/lidarr/Lidarr
synced 2024-12-27 18:17:13 +00:00
11 lines
253 B
JavaScript
11 lines
253 B
JavaScript
'use strict';
|
|
|
|
define([
|
|
'app', 'Settings/SettingsModel'
|
|
|
|
], function () {
|
|
|
|
NzbDrone.Settings.Notifications.NotificationsView = Backbone.Marionette.ItemView.extend({
|
|
template: 'Settings/Notifications/NotificationsTemplate'
|
|
});
|
|
});
|