mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-17 04:41:36 +08:00
updated comments
This commit is contained in:
@ -66,7 +66,7 @@ export class Observable {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* This method is intended to be overriden by inheritors to specify additional
|
* This method is intended to be overriden by inheritors to specify additional implementation
|
||||||
*/
|
*/
|
||||||
public setPropertyCore(data: PropertyChangeData) {
|
public setPropertyCore(data: PropertyChangeData) {
|
||||||
this[data.propertyName] = data.value;
|
this[data.propertyName] = data.value;
|
||||||
|
Reference in New Issue
Block a user