From b6a29869155409cc73bee28419ad94151aa494c7 Mon Sep 17 00:00:00 2001 From: atanasovg Date: Thu, 5 Jun 2014 14:11:51 +0300 Subject: [PATCH] updated comments --- ui/core/observable.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/core/observable.ts b/ui/core/observable.ts index a862b54cc..485d60579 100644 --- a/ui/core/observable.ts +++ b/ui/core/observable.ts @@ -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;