From: Paul Bakaus Date: Wed, 15 Oct 2008 11:36:42 +0000 (+0000) Subject: core: fixed chaining in lazy loading mechanism X-Git-Tag: 1.6rc3~509 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=dee5e521ba626cb8412edb5cd3b02f4cd3de841f;p=jquery-ui.git core: fixed chaining in lazy loading mechanism --- 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; }; });