This commit is contained in:
Rossen Hristov
2015-05-18 14:58:44 +03:00
parent 90722cfc67
commit b36abb8a15

View File

@ -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");