1
0
Fork 0
mirror of https://github.com/lidarr/Lidarr synced 2025-03-06 03:18:47 +00:00
Lidarr/UI/Logs/Files/Model.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({
});
});