Fix tslint errors

This commit is contained in:
Panayot Cankov
2016-12-27 13:20:59 +02:00
parent ac59c1b082
commit c66e3e8ab5
6 changed files with 27 additions and 66 deletions

View File

@ -11,6 +11,7 @@ export class TextBase extends TextBaseCommon {
//Text
get [textProperty.native](): string {
console.log("Set textProperty.native...");
let nativeView = this.nativeView;
if (nativeView instanceof UIButton) {
return nativeView.titleForState(UIControlState.Normal);