minor fix...

Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2022-02-20 12:51:06 +03:00
parent 8488a4f126
commit 3888a5079a

View File

@ -2265,8 +2265,8 @@ module.Journal = ImageGridFeatures.Feature({
// XXX is this a good idea??? // XXX is this a good idea???
['load clear', ['load clear',
function(){ function(){
delete this.journal this.clearJournal() }],
delete this.rjournal }],
// log saved event to journal... // log saved event to journal...
['saved', ['saved',
function(res, ...args){ function(res, ...args){