wise9 / enchant.js

A simple JavaScript framework for creating games and apps
http://enchantjs.com
MIT License
1.69k stars 314 forks source link

Crashes when replaying a sound on Chrome #319

Closed sidestepism closed 8 years ago

sidestepism commented 8 years ago

when running this code twice, it crashes.

sound.play(false)

Google Chrome Version 46.0.2490.86 (64-bit), Mac OS X 10.11 El Capitan

illfang commented 8 years ago

maybe fixable with #313

rtsan commented 8 years ago

Merged & Fixed.