jeromeetienne / better.js

a better javascript in javascript
http://betterjs.org
MIT License
156 stars 22 forks source link

ObjectIcer.rwProperties seems to fails #72

Closed jeromeetienne closed 10 years ago

jeromeetienne commented 10 years ago

as in this code. the read AND write seem hard

ObjectIcer.rwProperties = function(target){
    target  = ObjectIcer.writeProperties(target)
    target  = ObjectIcer.readProperties(target)
    return target
}

It may simply be a incompatible between proxy and seal. i think it is possible to do with Proxy too. try to do that