1
0
Fork 0
mirror of https://github.com/lidarr/Lidarr synced 2024-12-26 17:47:08 +00:00
Lidarr/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-05 00:49:53 +00:00
});