bernii / gauge.js

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

remove unused String.prototype.hashCode #135

Closed minj closed 7 years ago

minj commented 7 years ago

Extending native bult-ins hurts performance and leads to surprises. Consequently, it is frowned upon and is flagged by numerous style guides and automated code review tools.