Files
ERP-upgrade/public/assets/libs/select2/src/js/jquery.mousewheel.shim.js
Kwesi Banson Jnr b71f5c7553 Initial commit
2026-07-17 09:58:21 +00:00

7 lines
111 B
JavaScript
Executable File

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