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
5a3b3e735d
commit
296384ffae
@ -1483,6 +1483,11 @@ var ChangesActions = actions.Actions({
|
|||||||
// events...
|
// events...
|
||||||
chages: null,
|
chages: null,
|
||||||
|
|
||||||
|
get _changes(){
|
||||||
|
return this.__changes },
|
||||||
|
// XXX proxy to .markChanged(..)
|
||||||
|
set _changes(value){},
|
||||||
|
|
||||||
clone: [function(full){
|
clone: [function(full){
|
||||||
return function(res){
|
return function(res){
|
||||||
res.changes = null
|
res.changes = null
|
||||||
@ -1493,6 +1498,8 @@ var ChangesActions = actions.Actions({
|
|||||||
}],
|
}],
|
||||||
|
|
||||||
// XXX this should also track .changes...
|
// XXX this should also track .changes...
|
||||||
|
// ...would also need to make this applicable to changes,
|
||||||
|
// i.e. x.markChanged(x.changes)
|
||||||
markChanged: ['- System/',
|
markChanged: ['- System/',
|
||||||
doc`Mark data sections as changed...
|
doc`Mark data sections as changed...
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user