From 6930e2d35bea19524ad64c55356512ee1113fb00 Mon Sep 17 00:00:00 2001 From: Erjan Gavalji Date: Tue, 24 Mar 2015 14:28:15 +0200 Subject: [PATCH] Fix the web-view-demo app path --- apps/web-view-demo/app.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/web-view-demo/app.ts b/apps/web-view-demo/app.ts index 63795916b..aa64c6703 100644 --- a/apps/web-view-demo/app.ts +++ b/apps/web-view-demo/app.ts @@ -1,8 +1,8 @@ import application = require("application"); -application.mainModule = "app/main-page"; +application.mainModule = "main-page"; import trace = require("trace"); trace.enable(); trace.setCategories(trace.categories.concat(trace.categories.Debug)); -application.start(); \ No newline at end of file +application.start();