Notify target object after transform functions change
This commit is contained in:
@@ -63,6 +63,8 @@ ol.ObjectAccessor = function(target, key) {
|
|||||||
ol.ObjectAccessor.prototype.transform = function(from, to) {
|
ol.ObjectAccessor.prototype.transform = function(from, to) {
|
||||||
this.from = from;
|
this.from = from;
|
||||||
this.to = to;
|
this.to = to;
|
||||||
|
|
||||||
|
this.target.notify(this.key);
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user