Adding history

This commit is contained in:
Mark McDowall 2013-05-02 23:53:32 -07:00
parent 6a3d886588
commit 7ab1084437
20 changed files with 289 additions and 7 deletions

6
UI/History/Model.js Normal file
View file

@ -0,0 +1,6 @@
"use strict";
define(['app'], function (app) {
NzbDrone.History.Model = Backbone.Model.extend({
});
});