mirror of
https://github.com/fergalmoran/Readarr.git
synced 2025-12-28 04:17:31 +00:00
6 lines
135 B
JavaScript
6 lines
135 B
JavaScript
'use strict';
|
|
define(['app', 'backbone.deepmodel'], function (App, DeepModel) {
|
|
return DeepModel.DeepModel.extend({
|
|
});
|
|
});
|