mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-17 07:41:26 +00:00
clean code and icons
This commit is contained in:
@@ -4,11 +4,10 @@ define([
|
||||
'backbone',
|
||||
'common',
|
||||
'app/views/myhome-repos',
|
||||
'app/views/myhome-sub-repos',
|
||||
'app/views/myhome-shared-repos',
|
||||
'app/views/starred-file',
|
||||
'app/views/activities'
|
||||
], function($, _, Backbone, Common, ReposView, SubReposView,
|
||||
], function($, _, Backbone, Common, ReposView,
|
||||
SharedReposView, StarredFileView, ActivitiesView) {
|
||||
'use strict';
|
||||
|
||||
@@ -17,7 +16,6 @@ define([
|
||||
|
||||
initialize: function(options) {
|
||||
this.reposView = new ReposView();
|
||||
this.subReposView = new SubReposView();
|
||||
this.sharedReposView = new SharedReposView();
|
||||
this.starredFileView = new StarredFileView();
|
||||
this.activitiesView = new ActivitiesView();
|
||||
|
Reference in New Issue
Block a user