diff options
-rw-r--r-- | js/chiptune2.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/js/chiptune2.js b/js/chiptune2.js index 973b991..6204e28 100644 --- a/js/chiptune2.js +++ b/js/chiptune2.js @@ -101,7 +101,6 @@ ChiptuneJsPlayer.prototype.stop = function() { this.currentPlayingNode.disconnect(); this.currentPlayingNode.cleanup(); this.currentPlayingNode = null; - this.fireEvent('onStop'); } } |