module merge usage fixed

This commit is contained in:
Vladimir Enchev
2014-05-15 10:28:21 +03:00
parent 81dfaf8e44
commit 5225d188fb
3 changed files with 3 additions and 3 deletions

View File

@@ -2,7 +2,7 @@
// merge the exports of the application_common file with the exports of this file
declare var exports;
require("utils/module_merge").merge(appModule, exports);
require("utils/module-merge").merge(appModule, exports);
var callbacks = android.app.Application.ActivityLifecycleCallbacks;