mirror of
https://github.com/Hopiu/jquery-mobile.git
synced 2026-04-23 07:34:43 +00:00
3 lines
No EOL
132 B
JavaScript
3 lines
No EOL
132 B
JavaScript
if ( typeof define === "function" && define.amd && !define.amd.jQuery ) {
|
|
define( "jquery", [], function () { return jQuery; } );
|
|
} |