mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-02-02 12:19:11 +00:00
Fix typo
This commit is contained in:
parent
b8d0fd059b
commit
925b3d2a5b
@ -118,7 +118,7 @@ Causes a tiddler to be marked as changed, incrementing the change count, and tri
|
|||||||
This method should be called after the changes it describes have been made to the wiki.tiddlers[] array.
|
This method should be called after the changes it describes have been made to the wiki.tiddlers[] array.
|
||||||
title: Title of tiddler
|
title: Title of tiddler
|
||||||
isDeleted: defaults to false (meaning the tiddler has been created or modified),
|
isDeleted: defaults to false (meaning the tiddler has been created or modified),
|
||||||
true if the tiddler has been created
|
true if the tiddler has been deleted
|
||||||
*/
|
*/
|
||||||
exports.enqueueTiddlerEvent = function(title,isDeleted) {
|
exports.enqueueTiddlerEvent = function(title,isDeleted) {
|
||||||
// Record the touch in the list of changed tiddlers
|
// Record the touch in the list of changed tiddlers
|
||||||
|
Loading…
Reference in New Issue
Block a user