X-Git-Url: http://git.asbjorn.biz/?a=blobdiff_plain;f=src%2Fjquery%2Fjquery.js;h=1d2e197970b002b31219ac29ca4066dc4913e1b6;hb=8c15e852a4614ba5a5100e1c6e8a833c39b4ca79;hp=a79b2e6b2f83c6f3af48a8c3aefedfc5d66c9d5c;hpb=e112e6b04d1736d3a847d44b96f7178175e17a15;p=jquery.git diff --git a/src/jquery/jquery.js b/src/jquery/jquery.js index a79b2e6..1d2e197 100644 --- a/src/jquery/jquery.js +++ b/src/jquery/jquery.js @@ -1260,7 +1260,7 @@ jQuery.extend = jQuery.fn.extend = function() { // Handle a deep copy situation if ( target.constructor == Boolean ) { - deep = true; + deep = target; target = arguments[1] || {}; }