snipe_it/bower_components/select2/src/js/jquery.mousewheel.shim.js
2017-01-11 03:05:06 -08:00

6 lines
111 B
JavaScript

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