mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-01-11 09:50:27 +00:00
typo (#5221)
This commit is contained in:
parent
e8815b79ff
commit
c3e34b469c
@ -217,7 +217,7 @@ Options include:
|
||||
*/
|
||||
exports.generateTiddlerFileInfo = function(tiddler,options) {
|
||||
var fileInfo = {}, metaExt;
|
||||
// Propigate the isEditableFile flag
|
||||
// Propagate the isEditableFile flag
|
||||
if(options.fileInfo) {
|
||||
fileInfo.isEditableFile = options.fileInfo.isEditableFile || false;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user