From d52aca45e0357b5597e13d9b74998abb75fabea5 Mon Sep 17 00:00:00 2001 From: Valerio Virgillito Date: Thu, 16 Feb 2012 10:54:48 -0800 Subject: integrating the latest montage fixes for v0.6 into master Signed-off-by: Valerio Virgillito --- node_modules/montage/montage.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'node_modules/montage/montage.js') 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") { Require.PackageSandbox(params.montageBase, config) .then(function (montageRequire) { montageRequire.inject("core/promise", Promise); - montageRequire.inject("core/shim/timeers", {}); + montageRequire.inject("core/shim/timers", {}); // install the linter, which loads on the first error config.lint = function (module) { -- cgit v1.2.3