1
0
Fork 0
mirror of https://github.com/Radarr/Radarr synced 2024-12-28 10:51:48 +00:00
Radarr/UI/Settings/Notifications/Model.js
2013-05-21 00:56:28 -07:00

5 lines
131 B
JavaScript

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