jquery-mobile/js/jquery.amd.shim.js
2012-01-13 17:20:25 +07:00

3 lines
No EOL
110 B
JavaScript

if ( typeof define === "function" && define.amd ) {
define( "jquery", [], function () { return jQuery; } );
}