1
0
Fork 0
mirror of https://github.com/Sonarr/Sonarr synced 2024-12-28 10:48:46 +00:00
Sonarr/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({
});
});