1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-08 18:30:53 +00:00

[favourites] modified file icon

This commit is contained in:
llj
2017-09-18 15:38:26 +08:00
parent 6864bfeccd
commit 2b5b811ec3
3 changed files with 6 additions and 3 deletions

View File

@@ -5,7 +5,7 @@ define([
'common',
'jquery.magnific-popup',
'app/views/starred-file-item',
'app/collections/starred-files',
'app/collections/starred-files'
], function($, _, Backbone, Common, magnificPopup, StarredFileItem,
StarredFilesCollection) {
'use strict';