mirror of
https://github.com/flynx/ImageGrid.git
synced 2025-10-29 10:20:08 +00:00
...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
5a3b3e735d
commit
296384ffae
@ -1483,6 +1483,11 @@ var ChangesActions = actions.Actions({
|
||||
// events...
|
||||
chages: null,
|
||||
|
||||
get _changes(){
|
||||
return this.__changes },
|
||||
// XXX proxy to .markChanged(..)
|
||||
set _changes(value){},
|
||||
|
||||
clone: [function(full){
|
||||
return function(res){
|
||||
res.changes = null
|
||||
@ -1493,6 +1498,8 @@ var ChangesActions = actions.Actions({
|
||||
}],
|
||||
|
||||
// XXX this should also track .changes...
|
||||
// ...would also need to make this applicable to changes,
|
||||
// i.e. x.markChanged(x.changes)
|
||||
markChanged: ['- System/',
|
||||
doc`Mark data sections as changed...
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user