Initial commit
This commit is contained in:
6
public/assets/libs/select2/src/js/jquery.mousewheel.shim.js
vendored
Executable file
6
public/assets/libs/select2/src/js/jquery.mousewheel.shim.js
vendored
Executable file
@@ -0,0 +1,6 @@
|
||||
define([
|
||||
'jquery'
|
||||
], function ($) {
|
||||
// Used to shim jQuery.mousewheel for non-full builds.
|
||||
return $;
|
||||
});
|
||||
Reference in New Issue
Block a user