mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-23 22:25:09 -04:00
10 lines
134 B
JavaScript
10 lines
134 B
JavaScript
'use strict';
|
|
|
|
define([
|
|
'backbone.deepmodel'
|
|
], function (DeepModel) {
|
|
return DeepModel.DeepModel.extend({
|
|
|
|
});
|
|
});
|