1
0
Fork 0
mirror of https://github.com/Radarr/Radarr synced 2024-12-27 18:30:45 +00:00
Radarr/UI/Settings/Notifications/Model.js
2013-06-14 16:18:37 -07:00

5 lines
168 B
JavaScript

"use strict";
define(['app', 'backbone.deepmodel'], function (App, DeepModel) {
NzbDrone.Settings.Notifications.Model = DeepModel.DeepModel.extend({
});
});