1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-14 06:11:16 +00:00

[js] bugfix for object

This commit is contained in:
llj
2015-06-10 13:43:41 +08:00
parent ee816216ea
commit 8d2054dafd
10 changed files with 10 additions and 10 deletions

View File

@@ -9,7 +9,7 @@ define([
model: PubRepo,
url: app.pageOptions.pubReposUrl,
comparator: -'mtime',
comparator: -'mtime'
});