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