1
0
Fork 0
mirror of https://github.com/Sonarr/Sonarr synced 2025-03-04 18:48:36 +00:00
Sonarr/UI/Logs/Model.js

9 lines
141 B
JavaScript
Raw Normal View History

'use strict';
define(
[
'backbone'
], function (Backbone) {
return Backbone.Model.extend({
});
2013-06-04 17:49:53 -07:00
});