Fix binding support (#3489)

* Fix binding support

* fix tslint
This commit is contained in:
Hristo Hristov
2017-01-13 18:08:18 +02:00
committed by GitHub
parent 7f21eb06ac
commit 8cec512397
14 changed files with 492 additions and 503 deletions

View File

@@ -52,7 +52,7 @@ export class Progress extends ProgressBase {
}
}
get [backgroundColorProperty.native](): UIColor {
get [backgroundColorProperty.native](): number {
return null;
}
set [backgroundColorProperty.native](value: Color) {
@@ -73,7 +73,7 @@ export class Progress extends ProgressBase {
}
}
get [backgroundInternalProperty.native](): UIColor {
get [backgroundInternalProperty.native](): number {
return null;
}
set [backgroundInternalProperty.native](value: Color) {