mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-20 15:34:26 +08:00
Make moduleMerge a global function - this saves a total of 83 requires upon application loading.
This commit is contained in:
@ -2,11 +2,6 @@
|
||||
//import locationManagerModule = require("location/location-manager");
|
||||
import defModule = require("location");
|
||||
|
||||
// merge the exports of the types module with the exports of this file
|
||||
//import merger = require("utils/module-merge");
|
||||
//declare var exports;
|
||||
//merger.merge(locationManagerModule, exports);
|
||||
|
||||
var defaultGetLocationTimeout = 20000;
|
||||
|
||||
export class Location implements defModule.Location {
|
||||
|
Reference in New Issue
Block a user