1
0
Fork 0
mirror of https://github.com/Radarr/Radarr synced 2025-01-31 11:53:06 +00:00
Radarr/UI/Commands/CommandModel.js

9 lines
135 B
JavaScript
Raw Normal View History

'use strict';
define(
[
'backbone'
], function (Backbone) {
return Backbone.Model.extend({
});
});