mirror of
https://github.com/Hopiu/jquery-mobile.git
synced 2026-04-20 22:30:59 +00:00
7 lines
153 B
JavaScript
7 lines
153 B
JavaScript
(function( $ ) {
|
|
|
|
if ( typeof define === "function" && define.amd ) {
|
|
define( "jquery.mobile", [], function () { return $.mobile; } );
|
|
}
|
|
|
|
}( jQuery ));
|