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

@ -1,8 +1,6 @@
import * as observable from "data/observable";
import * as view from "ui/core/view";
import * as label from "ui/label";
import * as button from "ui/button";
import * as image from "ui/image";
import * as pages from "ui/page";
import * as http from "http";

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