aboutsummaryrefslogtreecommitdiff
path: root/node_modules/montage/montage.js
diff options
context:
space:
mode:
authorArmen Kesablyan2012-02-15 14:28:21 -0800
committerArmen Kesablyan2012-02-15 14:28:21 -0800
commit2a5484af59544a9dfdda854d707455f08a24fe69 (patch)
tree31055dd7a5548ab307a094d02be7012c77eeb4b9 /node_modules/montage/montage.js
parentbb4da39a73cbd6fbe83f3b7c9ed5ae60fe58dd6b (diff)
downloadninja-2a5484af59544a9dfdda854d707455f08a24fe69.tar.gz
Latest Montage Updates 0.6 Fixes
Signed-off-by: Armen Kesablyan <armen@motorola.com>
Diffstat (limited to 'node_modules/montage/montage.js')
-rwxr-xr-xnode_modules/montage/montage.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/node_modules/montage/montage.js b/node_modules/montage/montage.js
index cee1f27a..495b6c72 100755
--- a/node_modules/montage/montage.js
+++ b/node_modules/montage/montage.js
@@ -78,7 +78,7 @@ if (typeof window !== "undefined") {
78 Require.PackageSandbox(params.montageBase, config) 78 Require.PackageSandbox(params.montageBase, config)
79 .then(function (montageRequire) { 79 .then(function (montageRequire) {
80 montageRequire.inject("core/promise", Promise); 80 montageRequire.inject("core/promise", Promise);
81 montageRequire.inject("core/shim/timeers", {}); 81 montageRequire.inject("core/shim/timers", {});
82 82
83 // install the linter, which loads on the first error 83 // install the linter, which loads on the first error
84 config.lint = function (module) { 84 config.lint = function (module) {