File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 22
33// merge the exports of the application_common file with the exports of this file
44declare var exports ;
5- require ( "utils/module_merge " ) . merge ( appModule , exports ) ;
5+ require ( "utils/module-merge " ) . merge ( appModule , exports ) ;
66
77var callbacks = android . app . Application . ActivityLifecycleCallbacks ;
88
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ import appModule = require("application/application_common");
2424
2525// merge the exports of the application_common file with the exports of this file
2626declare var exports ;
27- require ( "utils/module_merge " ) . merge ( appModule , exports ) ;
27+ require ( "utils/module-merge " ) . merge ( appModule , exports ) ;
2828
2929// TODO: Declarations
3030export var init = function ( nativeApp : any ) {
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ import http = require("http/http-request");
44
55// merge request
66declare var exports ;
7- require ( "utils/module_merge " ) . merge ( http , exports ) ;
7+ require ( "utils/module-merge " ) . merge ( http , exports ) ;
88
99/**
1010 * Gets string from url.
You can’t perform that action at this time.
0 commit comments