1
0
Fork 0
mirror of https://github.com/Radarr/Radarr synced 2024-12-27 18:30:45 +00:00
Radarr/UI/Logs/Files/Model.js

9 lines
141 B
JavaScript
Raw Normal View History

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