mirror of
https://github.com/flynx/ImageGrid.git
synced 2025-10-29 18:30:09 +00:00
...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
00b2664fed
commit
1ce86fd88d
@ -2094,7 +2094,6 @@ var JournalActions = actions.Actions({
|
||||
// - should the undo action have side-effects on the
|
||||
// journal/rjournal or should we clean them out???
|
||||
// (currently cleaned)
|
||||
// XXX should we control what gets pushed to the journal???
|
||||
// XXX should we run undo of every action that supports it in the chain???
|
||||
// ...i.e. multiple extending actions can support undo
|
||||
// XXX will also need to handle other methods + aliases in chain...
|
||||
@ -2116,7 +2115,7 @@ var JournalActions = actions.Actions({
|
||||
return (this.journal && this.journal.length > 0) || 'disabled' }},
|
||||
function(count=1){
|
||||
var journal = this.journal.slice() || []
|
||||
var rjournal =
|
||||
var rjournal =
|
||||
this.rjournal =
|
||||
(this.hasOwnProperty('rjournal') || this.rjournal) ?
|
||||
this.rjournal || []
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user