1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2026-04-25 22:46:31 -04:00
Files
Sonarr/UI/History/Model.js
T
Mark McDowall 7ab1084437 Adding history
2013-05-02 23:54:11 -07:00

7 lines
116 B
JavaScript

"use strict";
define(['app'], function (app) {
NzbDrone.History.Model = Backbone.Model.extend({
});
});