From dee5e521ba626cb8412edb5cd3b02f4cd3de841f Mon Sep 17 00:00:00 2001 From: Paul Bakaus Date: Wed, 15 Oct 2008 11:36:42 +0000 Subject: core: fixed chaining in lazy loading mechanism --- ui/ui.core.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ui/ui.core.js b/ui/ui.core.js index 41486529f..40776fa91 100644 --- a/ui/ui.core.js +++ b/ui/ui.core.js @@ -29,6 +29,8 @@ $.each( ("accordion,colorpicker,datepicker,dialog,draggable,droppable,magnifier, $.getScript(uiPath+'ui.'+name+'.js', function() { selector[name].apply(selector, args); }); + + return this; }; }); -- cgit v1.2.3