mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
Initial prototype of Frame + Page + Navigation.
This commit is contained in:
@@ -37,6 +37,11 @@ export class Bindable extends observable.Observable {
|
||||
}
|
||||
}
|
||||
|
||||
public setPropertyCore(data: observable.PropertyChangeData) {
|
||||
super.setPropertyCore(data);
|
||||
this.updateTwoWayBinding(data.propertyName, data.value);
|
||||
}
|
||||
|
||||
public getBinding(propertyName: string) {
|
||||
return this._bindings[propertyName];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user