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