1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-06-16 02:19:55 +00:00

Remove obsolete parameters

This commit is contained in:
Jermolene 2015-01-09 20:45:14 +00:00
parent 575c11ee95
commit 31824f043e

View File

@ -62,7 +62,7 @@ exports.startup = function() {
timerId;
function refresh() {
// Process the refresh
$tw.pageWidgetNode.refresh(deferredChanges,$tw.pageContainer,null);
$tw.pageWidgetNode.refresh(deferredChanges);
deferredChanges = Object.create(null);
}
// Add the change event handler