core: fixed chaining in lazy loading mechanism

This commit is contained in:
Paul Bakaus 2008-10-15 11:36:42 +00:00
parent fd1e948928
commit dee5e521ba

View File

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