From bea203e1225aa440630a66807dddca6fbefe01da Mon Sep 17 00:00:00 2001 From: Eric Rosenbaum Date: Thu, 2 Feb 2017 15:48:26 -0500 Subject: [PATCH] fix JSDoc comment --- src/ADPCMSoundLoader.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ADPCMSoundLoader.js b/src/ADPCMSoundLoader.js index 7af0c1a..3b27dd9 100644 --- a/src/ADPCMSoundLoader.js +++ b/src/ADPCMSoundLoader.js @@ -2,7 +2,7 @@ var ArrayBufferStream = require('./ArrayBufferStream'); var Tone = require('tone'); var log = require('./log'); -/* +/** * Load wav audio files that have been compressed with the ADPCM format. * This is necessary because, while web browsers have native decoders for many audio * formats, ADPCM is a non-standard format used by Scratch since its early days.