PluginProbe
Poll Maker by AYS – Versus Polls, Anonymous Polls, Image Polls / trunk
Poll Maker by AYS – Versus Polls, Anonymous Polls, Image Polls vtrunk
6.4.8 6.4.7 6.4.6 6.4.5 6.4.4 6.4.3 6.4.2 6.4.1 6.4.0 6.3.9 6.3.8 6.3.7 6.3.6 6.3.5 6.3.4 6.3.3 5.6.0 5.6.1 5.6.2 5.6.3 5.6.4 5.6.5 5.6.6 5.6.7 5.6.8 All 151 releases
poll-maker / select2 / src / js / wrapper.end.js

wrapper.end.js in Poll Maker by AYS – Versus Polls, Anonymous Polls, Image Polls trunk, at select2/src/js/wrapper.end.js

13 lines 459 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 // Autoload the jQuery bindings
2 // We know that all of the modules exist above this, so we're safe
3 var select2 = S2.require('jquery.select2');
4
5 // Hold the AMD module references on the jQuery function that was just loaded
6 // This allows Select2 to use the internal loader outside of this file, such
7 // as in the language files.
8 jQuery.fn.select2.amd = S2;
9
10 // Return the Select2 instance for anyone who is importing it.
11 return select2;
12 }));
13