processing / p5.js

p5.js is a client-side JS platform that empowers artists, designers, students, and anyone to learn to code and express themselves creatively on the web. It is based on the core principles of Processing. http://twitter.com/p5xjs —
http://p5js.org/
GNU Lesser General Public License v2.1
21.1k stars 3.22k forks source link

fix The constructor of p5.Table #7011

Closed asukaminato0721 closed 1 month ago

asukaminato0721 commented 1 month ago

Resolves #7002

Changes:

Screenshots of the change:

PR Checklist

limzykenneth commented 1 month ago

Looks good. Thanks!

The p5.Table class constructor is not usually meant to be used directly by the user which is probably why this issue hasn't been noticed before.