nrw / observ-varhash

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

Make methods non enumerable #7

Closed Raynos closed 9 years ago

Raynos commented 9 years ago

This means you can call Object.keys(varhash) and get the actual keys, not the keys + methods.

nrw commented 9 years ago

we should have a test covering this. I opened #8