location module naming changed to use "-"

This commit is contained in:
Vladimir Enchev
2014-05-15 09:50:41 +03:00
parent a19fbf85a6
commit 4b14fd1a19
6 changed files with 8 additions and 12 deletions

View File

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