bernii / gauge.js

100% native and cool looking JavaScript gauge
MIT License
1.42k stars 391 forks source link

Fixed loop bug with prototypal inheritance #60

Closed v-- closed 8 years ago

v-- commented 10 years ago

Object.defineProperty defines an extension property so that looping through a newly created object will not bring up the property, unlike using *.prototype

v-- commented 8 years ago

Whatever...