mirror of
https://github.com/jquery/jquery-ui.git
synced 2025-01-07 20:34:24 +00:00
core: fixed chaining in lazy loading mechanism
This commit is contained in:
parent
fd1e948928
commit
dee5e521ba
@ -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;
|
||||
|
||||
};
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user