This commit is contained in:
Niels Lyngsø
2020-06-12 12:04:01 +02:00
parent 7aea02bcb9
commit e8ccfecf1a

View File

@@ -111,10 +111,6 @@
}
}
function mapValueToPropertyModel(value, alias, dataModel) {
dataModel[alias] = value;
}
/**
* Map property values from an ElementModel to another ElementModel.
* Used to tricker watchers for synchronization.