rserota / wad

Web Audio DAW. Use the Web Audio API for dynamic sound synthesis. It's like jQuery for your ears.
MIT License
1.9k stars 160 forks source link

(Fix) Small syntax bug fix so file can be parsed #26

Closed jgladch closed 9 years ago

jgladch commented 9 years ago

var input of should be var input in on line 1187, otherwise, the file can't be parsed.

This fix should do the trick.

Thanks!

rserota commented 9 years ago

That line definitely used to work. I probably shouldn't be using 'for ... of' loops until they're more standardized across browsers.