mirror of
https://github.com/Hopiu/jquery-mobile.git
synced 2026-03-16 22:10:25 +00:00
Modified shimming condition
This commit is contained in:
parent
1f9e17172c
commit
276fd72b0e
1 changed files with 1 additions and 1 deletions
|
|
@ -1,3 +1,3 @@
|
|||
if ( typeof define === "function" && define.amd && !define.amd.jQuery ) {
|
||||
if ( typeof define === "function" && define.amd ) {
|
||||
define( "jquery", [], function () { return jQuery; } );
|
||||
}
|
||||
Loading…
Reference in a new issue