1
0
mirror of synced 2025-02-04 06:09:23 +03:00

correct namespace. issue #13

This commit is contained in:
Igor Vaynberg 2012-03-31 21:12:23 -07:00
parent c913b7e3f9
commit b0b70243b6

View File

@ -271,7 +271,7 @@
window.Select2 = {query: {}, util: {}}; window.Select2 = {query: {}, util: {}};
window.Select2.util.debounce = debounce; window.Select2.util.debounce = debounce;
window.Select2.query.ajax = ajax; window.Select2.query.ajax = ajax;
window.Select2.local = local; window.Select2.query.local = local;
/** /**
* blurs any Select2 container that has focus when an element outside them was clicked or received focus * blurs any Select2 container that has focus when an element outside them was clicked or received focus