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; +});