Current state
This commit is contained in:
1
public/js/mmenu/dist/js_umd/_inc/affix.js
vendored
Normal file
1
public/js/mmenu/dist/js_umd/_inc/affix.js
vendored
Normal file
@@ -0,0 +1 @@
|
||||
}));
|
||||
18
public/js/mmenu/dist/js_umd/_inc/prefix.js
vendored
Normal file
18
public/js/mmenu/dist/js_umd/_inc/prefix.js
vendored
Normal file
@@ -0,0 +1,18 @@
|
||||
(function ( factory ) {
|
||||
if ( typeof define === 'function' && define.amd )
|
||||
{
|
||||
// AMD. Register as an anonymous module.
|
||||
define( [ 'jquery' ], factory );
|
||||
}
|
||||
else if ( typeof exports === 'object' )
|
||||
{
|
||||
// Node/CommonJS
|
||||
factory( require( 'jquery' ) );
|
||||
}
|
||||
else
|
||||
{
|
||||
// Browser globals
|
||||
factory( jQuery );
|
||||
}
|
||||
}( function ( jQuery ) {
|
||||
|
||||
Reference in New Issue
Block a user