fixed tslint errors

This commit is contained in:
vakrilov
2017-02-20 09:45:03 +02:00
parent a582adc561
commit f3afaf5abe
2 changed files with 0 additions and 3 deletions

View File

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