mirror of
https://github.com/jokob-sk/NetAlertX.git
synced 2025-12-07 09:36:05 -08:00
7 lines
111 B
JavaScript
Executable File
7 lines
111 B
JavaScript
Executable File
define([
|
|
'jquery'
|
|
], function ($) {
|
|
// Used to shim jQuery.mousewheel for non-full builds.
|
|
return $;
|
|
});
|