debug_utils icon indicating copy to clipboard operation
debug_utils copied to clipboard

when an object add two accessor, and then remove one, something wrong

Open yangnianbing opened this issue 9 years ago • 0 comments

for example ` var a = {b:1, c:2}

$dusl(a, 'b')

$dusl(a, 'c')

$dugr(a, 'c')

console.log(a.c) //output 1, and it should be 2 `

yangnianbing avatar Oct 26 '16 08:10 yangnianbing