define([

'jquery'

], function ($) {

// Used to shim jQuery.mousewheel for non-full builds.
return $;

});