aboutsummaryrefslogtreecommitdiff
path: root/node_modules/montage/core/url.js
diff options
context:
space:
mode:
authorArmen Kesablyan2012-02-07 16:51:14 -0800
committerArmen Kesablyan2012-02-07 16:51:14 -0800
commit8110e01dc5093ac6baf621103dcaa5f769e5be92 (patch)
treeecf339e3097b6ba25d81cbe44d913ee67591bf4b /node_modules/montage/core/url.js
parent5f506542d28e12b707c3bfa41b53383519838477 (diff)
parent668510892537eaaeb2e11520831d87b44b2489b7 (diff)
downloadninja-8110e01dc5093ac6baf621103dcaa5f769e5be92.tar.gz
Merge branch 'master' of github.com:Motorola-Mobility/ninja-internal
Diffstat (limited to 'node_modules/montage/core/url.js')
-rw-r--r--node_modules/montage/core/url.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/node_modules/montage/core/url.js b/node_modules/montage/core/url.js
index 3f529e35..24e55934 100644
--- a/node_modules/montage/core/url.js
+++ b/node_modules/montage/core/url.js
@@ -11,7 +11,7 @@
11 if (typeof bootstrap !== "undefined") { 11 if (typeof bootstrap !== "undefined") {
12 bootstrap("core/url", definition); 12 bootstrap("core/url", definition);
13 } else { 13 } else {
14 bootstrap(require, exports); 14 definition(require, exports);
15 } 15 }
16})(function (require, exports) { 16})(function (require, exports) {
17 17