blob: 78fe8b021257a246b79b32c9f8afc0580b742005 (
plain) (
blame)
1
2
3
4
5
6
|
(function () {
// Restore the Select2 AMD loader so it can be used
// Needed mostly in the language files, where the loader is not inserted
if (jQuery && jQuery.fn && jQuery.fn.select2 && jQuery.fn.select2.amd) {
var S2 = jQuery.fn.select2.amd;
}
|