1
0
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:
Daniel Pan
2016-03-09 15:12:53 +08:00
parent 8c59095071
commit b75e8e8d9c
32 changed files with 8 additions and 761 deletions

View File

@@ -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();