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