mirror of
https://github.com/Radarr/Radarr.git
synced 2024-11-10 04:52:42 +01:00
9 lines
157 B
JavaScript
9 lines
157 B
JavaScript
'use strict';
|
||
define(
|
||
[
|
||
'backbone.deepmodel'
|
||
], function (DeepModel) {
|
||
return DeepModel.DeepModel.extend({
|
||
});
|
||
});
|