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
@ -30,6 +30,8 @@ $.each( ("accordion,colorpicker,datepicker,dialog,draggable,droppable,magnifier,
|
|||||||
selector[name].apply(selector, args);
|
selector[name].apply(selector, args);
|
||||||
});
|
});
|
||||||
|
|
||||||
|
return this;
|
||||||
|
|
||||||
};
|
};
|
||||||
});
|
});
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user