updated comments

This commit is contained in:
atanasovg
2014-06-05 14:11:51 +03:00
parent 686df72b99
commit b6a2986915

View File

@ -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) {
this[data.propertyName] = data.value;