application common naming changed to use "-"

This commit is contained in:
Vladimir Enchev
2014-05-15 10:31:52 +03:00
parent 5225d188fb
commit 5d6cf14bea
4 changed files with 3 additions and 5 deletions

View File

@@ -1,4 +1,4 @@
import appModule = require("application/application_common");
import appModule = require("application/application-common");
// merge the exports of the application_common file with the exports of this file
declare var exports;

View File

@@ -20,7 +20,7 @@ log("JavaScript loading ended.");
*/
import appModule = require("application/application_common");
import appModule = require("application/application-common");
// merge the exports of the application_common file with the exports of this file
declare var exports;