drawcall / Proton

Javascript particle animation library
https://drawcall.github.io/Proton/
MIT License
2.41k stars 275 forks source link

fix: correct negated expression for Object.defineProperty check (#101) #107

Closed igurisandhu closed 21 hours ago

igurisandhu commented 1 day ago

This pull request fixes an issue with the incorrect negated expression used to check the existence of Object.defineProperty. The original condition did not properly evaluate the presence of defineProperty in the Object object.

Issue Addressed - 101. by @gorosgobe