hapticdata / toxiclibsjs

Toxiclibsjs is a library for computational design tasks with JavaScript. This library is a port of http://toxiclibs.org for java and processing.
http://haptic-data.com/toxiclibsjs
GNU Lesser General Public License v2.1
810 stars 107 forks source link

`ParticleString2D.clear()` was throwing up errors #20

Closed rc1 closed 12 years ago

rc1 commented 12 years ago

Hello!

ParticleString2D.clear() was throwing an error due to s not being defined in the loop. Guess this was an omission. Also clear is being called on the two arrays.

Thanks. Awesome conversion you are doing.

p.s. this commit does not include built files

hapticdata commented 12 years ago

thank your for this fix!