aboutsummaryrefslogtreecommitdiff
path: root/node_modules/montage/core/url.js
diff options
context:
space:
mode:
authorValerio Virgillito2012-02-02 00:11:51 -0800
committerValerio Virgillito2012-02-02 15:33:42 -0800
commita3024011a91d3941f81481dd4d600e9684eb0fd4 (patch)
tree084b4856910f1db53973dd11617f7ffa03a6dd46 /node_modules/montage/core/url.js
parent97255032921178bdfbc25512ddf3e0867e353f7a (diff)
downloadninja-a3024011a91d3941f81481dd4d600e9684eb0fd4.tar.gz
upgrading to Montage v0.6
Signed-off-by: Valerio Virgillito <valerio@motorola.com>
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