1
0
Fork 0
mirror of https://github.com/lidarr/Lidarr synced 2025-01-03 21:45:05 +00:00
Lidarr/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
});