1
0
mirror of https://github.com/Radarr/Radarr.git synced 2024-09-21 00:41:43 +02:00
Radarr/UI/History/Model.js

7 lines
116 B
JavaScript
Raw Normal View History

2013-05-03 08:53:32 +02:00
"use strict";
define(['app'], function (app) {
NzbDrone.History.Model = Backbone.Model.extend({
});
});