jquery-mobile/js/jquery.amd.shim.js
2011-12-01 17:28:09 -08:00

3 lines
No EOL
132 B
JavaScript

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