Make moduleMerge a global function - this saves a total of 83 requires upon application loading.

This commit is contained in:
atanasovg
2015-07-27 13:04:48 +03:00
parent b3a14b55a1
commit 1439313e7b
83 changed files with 108 additions and 247 deletions

View File

@ -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 {