mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
fixed tslint errors
This commit is contained in:
@@ -133,7 +133,6 @@ export function resolvePageFromEntry(entry: NavigationEntry): Page {
|
||||
|
||||
function pageFromBuilder(moduleNamePath: string, moduleExports: any): Page {
|
||||
let page: Page;
|
||||
let element: View;
|
||||
|
||||
// Possible XML file path.
|
||||
let fileName = resolveFileName(moduleNamePath, "xml");
|
||||
|
||||
Reference in New Issue
Block a user