mirror of
https://github.com/flynx/ImageGrid.git
synced 2025-10-29 18:30:09 +00:00
experimenting...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
d911c7190e
commit
bc25606027
@ -2191,6 +2191,12 @@ module.Journal = ImageGridFeatures.Feature({
|
|||||||
// log state, action and its args...
|
// log state, action and its args...
|
||||||
['start',
|
['start',
|
||||||
function(){ this.updateJournalableActions() }],
|
function(){ this.updateJournalableActions() }],
|
||||||
|
// log saved event to journal...
|
||||||
|
['saved',
|
||||||
|
function(){
|
||||||
|
// XXX
|
||||||
|
this.journal.push('SAVED')
|
||||||
|
}],
|
||||||
],
|
],
|
||||||
})
|
})
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user