karma-closure icon indicating copy to clipboard operation
karma-closure copied to clipboard

Replace __proto__ with Object.setPrototypeOf(...)

Open selkhateeb opened this issue 10 years ago • 4 comments

Fixes #15. Basically, newer versions of Node > v0.11.12 started to deprecate __proto__ object member in favor of Object.setPrototypeOf(...).

To stay backward this also adds implementation for Object.setPrototypeOf.

selkhateeb avatar Nov 20 '15 18:11 selkhateeb

We found a Contributor License Agreement for you (the sender of this pull request), but were unable to find agreements for the commit author(s). If you authored these, maybe you used a different email address in the git commits than was used to sign the CLA (login here to double check)? If these were authored by someone else, then they will need to sign a CLA as well, and confirm that they're okay with these being contributed to Google.

googlebot avatar Nov 20 '15 18:11 googlebot

CLAs look good, thanks!

googlebot avatar Nov 20 '15 18:11 googlebot

Fixes #15.

selkhateeb avatar Nov 20 '15 18:11 selkhateeb

Is anybody maintaining this project any more?!

selkhateeb avatar Dec 04 '15 23:12 selkhateeb