mirror of
https://github.com/Sonarr/Sonarr.git
synced 2026-03-05 13:20:20 -05:00
9 lines
176 B
JavaScript
9 lines
176 B
JavaScript
var DeepModel = require('backbone.deepmodel');
|
|
|
|
module.exports = DeepModel.extend({
|
|
defaults : {
|
|
id : null,
|
|
name : '',
|
|
cutoff : null
|
|
}
|
|
}); |