Commit b05705a5 authored by François Billioud's avatar François Billioud

correct little errors

parent d275a48c
......@@ -283,7 +283,7 @@ Storage.load({
JIO.deleteDocument(file, option);
},
getDocumentList: function(instruction) {
instruction(this.documentList());
if(instruction) instruction(this.documentList);
return this.documentList;
},
updateDocumentList: function() {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment