meenie / 8bit.js

8Bit.js Audio Library - Write music using 8bit oscillation sounds.
778 stars 37 forks source link

Default onFinishedCallback #12

Closed JoshuaKGoldberg closed 11 years ago

JoshuaKGoldberg commented 11 years ago

By default, the onFinishedCallback is undefined, which can give errors when play() is finished. Line 68 now checks to make sure cb is a function.

meenie commented 11 years ago

Thanks! All merged :+1:. I'll be releasing a new version later today.