bug in FileAdaptor.getTiddlerComplete (TW version 2.3.0)

0 views
Skip to first unread message

Pascal

unread,
Dec 21, 2007, 9:47:56 AM12/21/07
to TiddlyWikiDev
Hi,

I think there is a bug in the FileAdaptor.getTiddlerComplete()
function (TW version 2.3.0).

The line :
window.setTimeout(function() {callback(context,userParams);},
10);
should be replaced by :
window.setTimeout(function()
{context.callback(context,userParams);},10);

I meet this bug while synchronizing (callback is undefined).

The FileAdaptor.getTiddlerListComplete() function is correct.

Regards
Pascal

Martin Budden

unread,
Dec 21, 2007, 1:30:48 PM12/21/07
to Tiddly...@googlegroups.com
Pascal,

thanks for the bug report. We've already spotted this, there's already
a bug report and patch, see:

http://trac.tiddlywiki.org/ticket/428

Martin

Reply all
Reply to author
Forward
0 new messages