1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-01 07:01:12 +00:00
This commit is contained in:
Daniel Pan
2016-03-31 11:00:14 +08:00
parent d66dc30179
commit 0c1e37cc02
3 changed files with 8 additions and 7 deletions

View File

@@ -41,9 +41,7 @@ define([
Common.initNoticePopup();
this.sideNavView = new SideNavView();
app.ui = {
sideNavView: this.sideNavView
};
app.ui.sideNavView = this.sideNavView;
this.dirView = new DirView();