mirror of
https://github.com/Sonarr/Sonarr.git
synced 2026-04-22 22:16:13 -04:00
rjs -> webpack
This commit is contained in:
@@ -1,14 +1,9 @@
|
||||
'use strict';
|
||||
define(
|
||||
[
|
||||
'backbone.deepmodel'
|
||||
], function (DeepModel) {
|
||||
return DeepModel.DeepModel.extend({
|
||||
defaults: {
|
||||
id : null,
|
||||
name : '',
|
||||
cutoff: null
|
||||
}
|
||||
});
|
||||
});
|
||||
var DeepModel = require('backbone.deepmodel');
|
||||
|
||||
module.exports = DeepModel.DeepModel.extend({
|
||||
defaults : {
|
||||
id : null,
|
||||
name : '',
|
||||
cutoff : null
|
||||
}
|
||||
});
|
||||
Reference in New Issue
Block a user