mirror of
https://gitlab.crans.org/bde/nk20
synced 2025-03-12 08:47:33 +00:00
7 lines
111 B
JavaScript
7 lines
111 B
JavaScript
|
define([
|
||
|
'jquery'
|
||
|
], function ($) {
|
||
|
// Used to shim jQuery.mousewheel for non-full builds.
|
||
|
return $;
|
||
|
});
|