Ability to use different templates for iOS and Android added

This commit is contained in:
Andreww8xx8
2015-03-13 13:52:17 +03:00
committed by vakrilov
parent e727538d6d
commit 88f5c9a7fd
7 changed files with 30 additions and 3 deletions

View File

@@ -0,0 +1,3 @@
import application = require("application");
application.mainModule = "app/main-page";
application.start();