Create New Item
Item Type
File
Folder
Item Name
Search file in folder and subfolders...
Are you sure want to rename?
File Manager
/
06
/
wp-content
/
plugins
/
the-events-calendar
/
common
/
src
/
resources
/
js
:
select2-after.min.js
Advanced Search
Upload
New Item
Settings
Back
Back Up
Advanced Editor
Save
/** * This JS file was auto-generated via Terser. * * Contributors should avoid editing this file, but instead edit the associated * non minified file file. For more information, check out our engineering docs * on how we handle JS minification in our engineering docs. * * @see: https://evnt.is/dev-docs-minification */ jQuery.fn.select2.amd.define("jquery.select2TEC",["jquery","jquery-mousewheel","./select2/core","./select2/defaults"],(function($,_,Select2,Defaults){if(null==$.fn.select2TEC){var thisMethods=["open","close","destroy"];$.fn.select2TEC=function(options){if("object"==typeof(options=options||{}))return this.each((function(){var instanceOptions=$.extend(!0,{},options);new Select2($(this),instanceOptions)})),this;if("string"==typeof options){var ret,args=Array.prototype.slice.call(arguments,1);return this.each((function(){var instance=$(this).data("select2");null==instance&&window.console&&console.error&&console.error("The select2('"+options+"') method was called on an element that is not using Select2."),ret=instance[options].apply(instance,args)})),$.inArray(options,thisMethods)>-1?this:ret}throw new Error("Invalid arguments for Select2: "+options)}}return null==$.fn.select2TEC.defaults&&($.fn.select2TEC.defaults=Defaults),Select2})),jQuery.fn.select2.amd.require("jquery.select2TEC");