mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
location module naming changed to use "-"
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import types = require("location/location_types");
|
||||
import common = require("location/location_common");
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user