1
0
Fork 0
mirror of https://github.com/lidarr/Lidarr synced 2025-01-31 03:11:51 +00:00
Lidarr/UI/Series/Index/FooterModel.js
2013-07-28 18:12:34 -07:00

9 lines
163 B
JavaScript

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