1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2025-02-02 12:19:11 +00:00
This commit is contained in:
Jermolene 2014-03-18 21:18:37 +00:00
parent b8d0fd059b
commit 925b3d2a5b

View File

@ -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.
title: Title of tiddler
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) {
// Record the touch in the list of changed tiddlers