1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2025-02-10 12:08:03 +02:00
Sonarr/UI/Commands/CommandModel.js

9 lines
135 B
JavaScript
Raw Normal View History

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