1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-08-31 22:54:11 +00:00
This commit is contained in:
llj
2015-04-11 16:33:29 +08:00
committed by Daniel Pan
parent 9a25a52976
commit 6680e8e88e
3 changed files with 2 additions and 7 deletions

View File

@@ -5,7 +5,7 @@ define([
'common',
'app/views/myhome',
'app/views/group',
'app/views/Organization',
'app/views/organization',
'app/views/group-nav',
], function($, Backbone, Common, MyHomeView, GroupView, orgView,
GroupNavView) {