1
0
Fork 0
mirror of https://github.com/lidarr/Lidarr synced 2025-03-04 10:28:08 +00:00
Lidarr/UI/Logs/Files/ContentsModel.js

9 lines
141 B
JavaScript
Raw Normal View History

2013-07-28 16:13:14 -07:00
'use strict';
define(
[
'backbone'
], function (Backbone) {
return Backbone.Model.extend({
});
});