1
0
mirror of synced 2024-11-30 00:26:03 +03:00
select2/src/js/jquery.mousewheel.shim.js

7 lines
111 B
JavaScript
Raw Normal View History

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