Fix the paths in the tab-view-demo app. Not tested. Depends on the perf-tests app

This commit is contained in:
Erjan Gavalji
2015-03-24 13:54:01 +02:00
parent 53ff034072
commit b2636c9f35

View File

@@ -1,6 +1,6 @@
import application = require("application");
application.mainModule = "app/mainPage";
application.mainModule = "mainPage";
import trace = require("trace");
trace.enable();