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