nrw / observ-varhash

An object with observable key value pairs that can be added and removed
14 stars 12 forks source link

Wrap blacklist's delete property in quotes. #14

Closed colingourlay closed 9 years ago

colingourlay commented 9 years ago

Delete is a reserved keyword in JS, so IE8 complains about its bare usage here. Normally, none of this stuff would work at all in IE8, but this one change is all that's required for it to work alongside a polyfill like es5shim.

nrw commented 9 years ago

thanks! this is in 1.0.5