nk20/static/vendor/select2/src/js/jquery.mousewheel.shim.js

7 lines
111 B
JavaScript

define([
'jquery'
], function ($) {
// Used to shim jQuery.mousewheel for non-full builds.
return $;
});