-
Type: Bug
-
Resolution: Fixed
-
Priority: Critical - P2
-
Affects Version/s: None
-
Component/s: AsyncWriter
-
Iteration Düsseldorf
-
Not Needed
> foo = {bar: 1}
{ bar: 1 }
> delete foo.bar
true
> foo
{ bar: 1 }