jQuery.extend(true, Object, Object) copies custom objects correctly.
authorYehuda Katz <wycats@gmail.com>
Thu, 16 Jul 2009 07:32:03 +0000 (07:32 +0000)
committerYehuda Katz <wycats@gmail.com>
Thu, 16 Jul 2009 07:32:03 +0000 (07:32 +0000)
commitc10f87120f6fb2c6c269e766d6988e9be946dd03
treebf957aeff0632f79411a946d83cd494c900b4a87
parent8d52c27808a77f51d1cf42c7e738b0b356466c1a
jQuery.extend(true, Object, Object) copies custom objects correctly.

  - Also update jQuery.isObject to handle this case correctly
src/core.js
test/unit/core.js