Blame view

bower_components/select2/src/js/banner.start.js 259 Bytes
f6e211e4   Administrator   finish work part 1
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;
    }