mirror of
https://github.com/Readarr/Readarr.git
synced 2026-03-29 18:14:28 -04:00
9 lines
157 B
JavaScript
9 lines
157 B
JavaScript
'use strict';
|
||
define(
|
||
[
|
||
'backbone.deepmodel'
|
||
], function (DeepModel) {
|
||
return DeepModel.DeepModel.extend({
|
||
});
|
||
});
|