|
@@ -5832,7 +5832,7 @@ S2.define('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.
|
|
|
- $.fn.select2.amd = S2;
|
|
|
+ jQuery.fn.select2.amd = S2;
|
|
|
|
|
|
// Return the Select2 instance for anyone who is importing it.
|
|
|
return select2;
|