/home/techb158/workloadmatch.com/bower_components/select2/src/js
NameSizeModeActions
select2/-0777rm
banner.end.js1490777editdlrm
banner.start.js2590777editdlrm
jquery.mousewheel.shim.js1110777editdlrm
jquery.select2.js14620777editdlrm
jquery.shim.js3570777editdlrm
wrapper.end.js4590777editdlrm
wrapper.start.js12490777editdlrm
Edit: /home/techb158/workloadmatch.com/bower_components/select2/src/js/wrapper.end.js (459B)
// Autoload the jQuery bindings // We know that all of the modules exist above this, so we're safe var select2 = S2.require('jquery.select2'); // Hold the AMD module references on the jQuery function that was just loaded // This allows Select2 to use the internal loader outside of this file, such // as in the language files. jQuery.fn.select2.amd = S2; // Return the Select2 instance for anyone who is importing it. return select2; }));