1
0
mirror of synced 2025-02-16 20:13:16 +03:00

Remove duplicate window exports

This commit is contained in:
Justin DuJardin 2012-04-10 09:09:20 -07:00
parent a16190c822
commit 5094df886c

View File

@ -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
*/