Phi: make observedProperties writable
This commit is contained in:
parent
d5b9f13cae
commit
39e9e27322
1 changed files with 3 additions and 0 deletions
|
@ -145,6 +145,9 @@ require([
|
|||
this.fgBaseDispose.call(this);
|
||||
}
|
||||
listeners.push(koObservable);
|
||||
koObservable.fgSetPropertyValue = function(value) {
|
||||
self.setPropertyValue( this.fgPropertyPath, value );
|
||||
}
|
||||
|
||||
if (1 == listeners.length) {
|
||||
self.ws.send(JSON.stringify({
|
||||
|
|
Loading…
Reference in a new issue