1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2025-01-21 11:02:01 +02:00
Sonarr/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({
});
});