We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cb8072d commit 337fac6Copy full SHA for 337fac6
1 file changed
select2.js
@@ -20,7 +20,7 @@ the specific language governing permissions and limitations under the Apache Lic
20
*/
21
(function ($) {
22
if(typeof $.fn.each2 == "undefined") {
23
- $.fn.extend({
+ $.extend($.fn, {
24
/*
25
* 4-10 times faster .each replacement
26
* use it carefully, as it overrides jQuery context of element on each iteration
0 commit comments