[jQuery] invalid array length wit jquery.extend

[jQuery] invalid array length wit jquery.extend


Hello,
It seems that it's not safe to use "length" as a nested object
property if I want to use jquery.extend. Is this a know issue?
$.extend(true, {},{"prop":{"length":"-1"}});
thanks,
-Morgan