Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2018-04-12 22:59:22 +03:00
parent 5a3b3e735d
commit 296384ffae

View File

@ -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...