1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2026-04-28 23:16:32 -04:00
Files
Sonarr/UI/System/Update/UpdateModel.js
T
2013-09-30 22:30:02 -07:00

10 lines
139 B
JavaScript

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