1
0
Fork 0
mirror of https://github.com/Sonarr/Sonarr synced 2025-01-01 04:36:37 +00:00
Sonarr/UI/Settings/Notifications/Model.js

9 lines
157 B
JavaScript
Raw Normal View History

'use strict';
define(
[
'backbone.deepmodel'
], function (DeepModel) {
return DeepModel.DeepModel.extend({
});
2013-05-20 04:19:54 +00:00
});