mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-12-27 08:44:34 +01:00
6 lines
131 B
JavaScript
6 lines
131 B
JavaScript
"use strict";
|
|
define(['app'], function () {
|
|
NzbDrone.Settings.Notifications.Model = Backbone.DeepModel.extend({
|
|
});
|
|
});
|