azendal / tellurium

Asynchronous testing framework for EcmaScript
MIT License
12 stars 3 forks source link

spy pollutes when the target object does not exposes method #12

Closed azendal closed 12 years ago

azendal commented 12 years ago

spy cleaning seems to pollute the object when object.hasOwnProperty(property) === false

azendal commented 12 years ago

fixed