mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-26 03:01:51 +08:00
Fix tslint errors
This commit is contained in:
@ -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);
|
||||
|
Reference in New Issue
Block a user