SaveIfChangedMixin

This commit is contained in:
Mark McDowall 2013-05-30 21:06:52 -07:00
commit c94595b3ae
4 changed files with 43 additions and 7 deletions

View file

@ -82,6 +82,7 @@ define('app', ['shared/modal/region'], function (ModalRegion) {
window.NzbDrone.Missing = {};
window.NzbDrone.History = {};
window.NzbDrone.Mixins = {};
window.NzbDrone.Events = {
SeriesAdded: 'seriesAdded'