Modified shimming condition

This commit is contained in:
Ghislain Seguin 2011-11-23 11:05:11 -08:00
parent 1f9e17172c
commit 276fd72b0e

View file

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