mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-18 00:47:01 +00:00
fix(directory) entries -> items
This commit is contained in:
parent
2bfff528ed
commit
34310684f2
1 changed files with 1 additions and 1 deletions
|
|
@ -20,7 +20,7 @@
|
|||
'philip'
|
||||
];
|
||||
|
||||
if (entries.length)
|
||||
if (items.length)
|
||||
Images.show('top');
|
||||
|
||||
entries = [].map.call(items, function(item) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue