module merge util module naming changed to use "-"

This commit is contained in:
Vladimir Enchev
2014-05-15 10:00:17 +03:00
parent 4b14fd1a19
commit 012a4c40be
7 changed files with 56 additions and 3 deletions

View File

@@ -1,6 +1,6 @@
import types = require("location/location-types");
import common = require("location/location-common");
import merger = require("utils/module_merge");
import merger = require("utils/module-merge");
// merge the exports of the types module with the exports of this file
declare var exports;