Sonarr/UI/Settings/Notifications/Model.js

6 lines
135 B
JavaScript
Raw Normal View History

2013-06-22 06:24:24 +00:00
'use strict';
define(['app', 'backbone.deepmodel'], function (App, DeepModel) {
2013-06-19 01:02:23 +00:00
return DeepModel.DeepModel.extend({
2013-05-20 04:19:54 +00:00
});
});