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:
@@ -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;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user