mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
application common naming changed to use "-"
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user