Closed tjmehta closed 8 years ago
var obj = { foo: { bar: 1 } } put(obj, 'foo.qux', true) // bug, overwrites nested obj // { foo: { qux: true } }