Attempt to fix the TelerikNext (to be tested)

This commit is contained in:
Erjan Gavalji
2015-03-24 11:31:22 +02:00
parent b13b57f3a8
commit 21c1bcb7e2
2 changed files with 7 additions and 7 deletions

View File

@@ -1,7 +1,7 @@
import application = require("application");
// Set the start module for the application
application.mainModule = "app/main-page";
application.mainModule = "main-page";
// TODO: This is only neede because of the deply script.
application.cssFile = "app/TelerikNEXT/app.css";