stuff we did :D

This commit is contained in:
Keivan Beigi 2013-04-24 21:27:49 -07:00
parent 32701d5e84
commit 4cd75cd8aa
29 changed files with 648 additions and 479 deletions

View file

@ -60,11 +60,16 @@ define('app', function () {
window.NzbDrone.Missing = {};
window.NzbDrone.Events = {
//TODO: Move to commands
OpenModalDialog : 'openModal',
CloseModalDialog: 'closeModal',
SeriesAdded: 'seriesAdded'
};
window.NzbDrone.Commands = {
SaveSettings : 'saveSettings'
};
window.NzbDrone.Constants = {
ApiRoot: '/api'
};