mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-16 20:11:24 +08:00
Merge pull request #666 from hdeshev/native-ts-compilation
Fix compile errors.
This commit is contained in:
@ -6,7 +6,7 @@ import def = require("./layout-helper");
|
||||
|
||||
var DELTA = 0.1;
|
||||
|
||||
class NativeButton extends android.widget.Button {
|
||||
export class NativeButton extends android.widget.Button {
|
||||
|
||||
private owner: MyButton;
|
||||
|
||||
@ -106,7 +106,7 @@ export class MyButton extends button.Button implements def.MyButton {
|
||||
}
|
||||
}
|
||||
|
||||
class NativeStackLayout extends org.nativescript.widgets.StackLayout {
|
||||
export class NativeStackLayout extends org.nativescript.widgets.StackLayout {
|
||||
|
||||
private owner: MyStackLayout;
|
||||
|
||||
|
Reference in New Issue
Block a user