mirror of
https://github.com/jquery/jquery-ui.git
synced 2026-01-29 18:57:55 -05:00
core: fixed chaining in lazy loading mechanism
This commit is contained in:
@@ -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;
|
||||
|
||||
};
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user