correct namespace. issue #13
This commit is contained in:
parent
c913b7e3f9
commit
b0b70243b6
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue