1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2024-11-01 00:12:30 +01:00
Sonarr/UI/Series/Index/FooterModel.js
2013-07-28 18:12:34 -07:00

10 lines
163 B
JavaScript

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