mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-18 05:18:39 +08:00
tslint
This commit is contained in:
@ -58,7 +58,9 @@ export class Page extends pageCommon.Page {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* tslint:disable */
|
||||||
private _dialogFragment: DialogFragmentClass;
|
private _dialogFragment: DialogFragmentClass;
|
||||||
|
/* tslint:enable */
|
||||||
protected _showNativeModalView(parent: Page, context: any, closeCallback: Function) {
|
protected _showNativeModalView(parent: Page, context: any, closeCallback: Function) {
|
||||||
if (!this.backgroundColor) {
|
if (!this.backgroundColor) {
|
||||||
this.backgroundColor = new color.Color("White");
|
this.backgroundColor = new color.Color("White");
|
||||||
|
Reference in New Issue
Block a user