Merge pull request #21 from justindujardin/patch-1
Remove duplicate window exports
This commit is contained in:
commit
607d3a3a6e
10
select2.js
10
select2.js
@ -284,13 +284,6 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// exports
|
|
||||||
window.Select2 = {query: {}, util: {}};
|
|
||||||
window.Select2.util.debounce = debounce;
|
|
||||||
window.Select2.query.ajax = ajax;
|
|
||||||
window.Select2.query.local = local;
|
|
||||||
window.Select2.query.tags = tags;
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 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
|
||||||
*/
|
*/
|
||||||
@ -1331,7 +1324,8 @@
|
|||||||
window.Select2 = {
|
window.Select2 = {
|
||||||
query: {
|
query: {
|
||||||
ajax: ajax,
|
ajax: ajax,
|
||||||
local: local
|
local: local,
|
||||||
|
tags: tags
|
||||||
}, util: {
|
}, util: {
|
||||||
debounce: debounce
|
debounce: debounce
|
||||||
}, "class": {
|
}, "class": {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user