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