processing / p5.accessibility

p5.accessibility.js makes the p5 canvas more accessible to people who are blind and visually impaired. It can be used with any p5.js sketch and it is used in the p5.js web editor.
GNU Lesser General Public License v2.1
74 stars 27 forks source link

Removed String.prototype.paddingLeft() #109

Closed spiray closed 6 years ago

spiray commented 6 years ago

This PR is to fix #106.

spiray commented 6 years ago

@MathuraMG i did the fix over here

MathuraMG commented 6 years ago

Looks good! Could you delete the Test TODO as well in this PR?

spiray commented 6 years ago

Done! Did you confirm if we are remove the Array.prototype.equals method as well? Do you want me to that in this PR or create a new issue?

MathuraMG commented 6 years ago

I'd say a new PR - I'll merge this one!