From b2636c9f3523425549fcbfa7392de5e75f0f4c10 Mon Sep 17 00:00:00 2001 From: Erjan Gavalji Date: Tue, 24 Mar 2015 13:54:01 +0200 Subject: [PATCH] Fix the paths in the tab-view-demo app. Not tested. Depends on the perf-tests app --- apps/tab-view-demo/app.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/tab-view-demo/app.ts b/apps/tab-view-demo/app.ts index f95837a52..3f1371d7d 100644 --- a/apps/tab-view-demo/app.ts +++ b/apps/tab-view-demo/app.ts @@ -1,6 +1,6 @@ import application = require("application"); -application.mainModule = "app/mainPage"; +application.mainModule = "mainPage"; import trace = require("trace"); trace.enable();