add static files
This commit is contained in:
parent
2de5a8030e
commit
70c09da9f8
336 changed files with 82322 additions and 0 deletions
12
static/vendor/select2/src/js/wrapper.end.js
vendored
Normal file
12
static/vendor/select2/src/js/wrapper.end.js
vendored
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
// 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;
|
||||
}));
|
||||
Loading…
Add table
Add a link
Reference in a new issue