1
0
mirror of https://gitlab.crans.org/bde/nk20 synced 2025-03-12 08:47:33 +00:00
nk20/static/vendor/select2/src/js/jquery.mousewheel.shim.js

7 lines
111 B
JavaScript
Raw Normal View History

2020-02-25 22:15:46 +01:00
define([
'jquery'
], function ($) {
// Used to shim jQuery.mousewheel for non-full builds.
return $;
});