Files
penracourses/static/vendor/select2/src/js/jquery.mousewheel.shim.js
T
Ross a9c4f54cd4 .
2021-10-20 22:45:53 +01:00

7 lines
111 B
JavaScript

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