added a comma to a comment

This commit is contained in:
Eric Rosenbaum 2017-02-02 15:52:36 -05:00
parent bea203e122
commit 5e0e4e2e82

View file

@ -16,7 +16,7 @@ var DrumPlayer = require('./DrumPlayer');
/**
* @fileOverview Scratch Audio is divided into a single AudioEngine,
* that handles global functionality, and AudioPlayers belonging to individual sprites and clones.
* that handles global functionality, and AudioPlayers, belonging to individual sprites and clones.
*/
/**