From ef2c7bfc7997c288f39664743a27abeb37d84c87 Mon Sep 17 00:00:00 2001 From: Ralph Holzmann Date: Tue, 31 Jul 2012 15:28:28 -0500 Subject: [PATCH] Need dom.js for cohuman. --- dom/dom.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/dom/dom.js b/dom/dom.js index a47d8438..4f717739 100644 --- a/dom/dom.js +++ b/dom/dom.js @@ -79,4 +79,6 @@ Hash routes mapped to an [jQuery.Observe $.Observe]. $.route.attr('type','images'); */ -steal('jquery'); \ No newline at end of file +steal('jquery', function() { + return jQuery; +});