1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2026-04-30 10:41:30 +00:00

Merge branch 'master' into single-tiddler-mode

This commit is contained in:
Jermolene
2018-09-21 10:56:43 +01:00

View File

@@ -1154,7 +1154,7 @@ exports.readFiles = function(files,options) {
}
};
for(var f=0; f<files.length; f++) {
this.readFile(files[f],Object.assign({},options,{callback: readFileCallback}));
this.readFile(files[f],$tw.utils.extend({},options,{callback: readFileCallback}));
}
return files.length;
};