mirror of
https://github.com/Radarr/Radarr.git
synced 2024-11-09 20:42:37 +01:00
6 lines
131 B
JavaScript
6 lines
131 B
JavaScript
"use strict";
|
|
define(['app'], function () {
|
|
NzbDrone.Settings.Notifications.Model = Backbone.DeepModel.extend({
|
|
});
|
|
});
|