mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-16 03:31:45 +08:00
fixed tslint errors
This commit is contained in:
@ -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";
|
||||
|
||||
|
@ -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