mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
updated location and location tests
This commit is contained in:
@@ -1,8 +1,11 @@
|
||||
import types = require("location/location_types");
|
||||
import common = require("location/location_common");
|
||||
import merger = require("utils/module_merge");
|
||||
|
||||
// merge the exports of the types module with the exports of this file
|
||||
declare var exports;
|
||||
require("utils/module_merge").merge(types, exports);
|
||||
merger.merge(types, exports);
|
||||
merger.merge(common, exports);
|
||||
|
||||
export class LocationManager {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user