Added FileSizeCell

This commit is contained in:
kay.one 2013-06-06 17:50:17 -07:00
parent 890d1f2398
commit 5f8c58adb9
4 changed files with 24 additions and 20 deletions

View file

@ -63,7 +63,9 @@ define('app', ['shared/modal/region'], function (ModalRegion) {
window.NzbDrone.Shared = {
Toolbar : {},
Messenger: {}
Messenger: {},
Cells: {}
};
window.NzbDrone.Calendar = {};