1
0
Fork 0
mirror of https://github.com/lidarr/Lidarr synced 2024-12-31 20:15:55 +00:00
Lidarr/UI/Settings/Notifications/NotificationsView.js

12 lines
253 B
JavaScript
Raw Normal View History

2013-03-04 00:09:43 +00:00
'use strict';
define([
'app', 'Settings/SettingsModel'
2013-03-04 00:09:43 +00:00
], function () {
NzbDrone.Settings.Notifications.NotificationsView = Backbone.Marionette.ItemView.extend({
2013-05-01 22:42:30 +00:00
template: 'Settings/Notifications/NotificationsTemplate'
2013-03-04 00:09:43 +00:00
});
});