Files
sentcms/public/static/plugins/select2/src/js/jquery.mousewheel.shim.js
2019-09-01 22:53:06 +08:00

7 lines
111 B
JavaScript

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