cujojs / poly

Small, fast, awesome. The only ES5-ish set of polyfills (shims) you can mix-and-match because they're individual modules.
Other
139 stars 18 forks source link

Fix issue 29 #31

Closed jaredcacurak closed 10 years ago

jaredcacurak commented 10 years ago

Use the shimmed implementation of Object.defineProperty and Object.defineProperties when the native implementation will not assign a value to a function's prototype. Fixes #29

unscriptable commented 10 years ago

Take a peek at the latest comments on #29

KimiZH commented 10 years ago

It's perfect now.

jaredcacurak commented 10 years ago

Thanks @KimiZH

unscriptable commented 10 years ago

Great work, @jaredcacurak.