coresmart / persistencejs

persistence.js is an asynchronous Javascript database mapper library. You can use it in the browser, as well on the server (and you can share data models between them).
http://persistencejs.org
1.73k stars 240 forks source link

Fix __defineSetter__ & __defineGetter__ issued by IE9 #107

Closed budiadiono closed 11 years ago

budiadiono commented 11 years ago

I saw the discussion on https://github.com/zefhemel/persistencejs/issues/80 and try to implement it, it works on IE, Firefox & Chrome by only tweak defineSetter & defineGetter stuff only.