We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d780cda commit a09c857Copy full SHA for a09c857
1 file changed
src/sound/BaseSound.js
@@ -200,7 +200,7 @@ var BaseSound = new Class({
200
if (this.markers[marker.name])
201
{
202
// eslint-disable-next-line no-console
203
- console.error('addMarker - Marker with name \'' + marker.name + '\' already exists for sound \'' + this.key + '\'!');
+ console.error('addMarker ' + marker.name + ' already exists in Sound');
204
205
return false;
206
}
0 commit comments