snipe_it/bower_components/select2/src/js/banner.start.js
2017-01-11 03:05:06 -08:00

6 lines
259 B
JavaScript

(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;
}