Skip to content

Commit 9973a81

Browse files
Updated audioBuffer property docs
1 parent 59f7830 commit 9973a81

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

v3/src/sound/webaudio/WebAudioSound.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ var WebAudioSound = new Class({
1717
initialize: function WebAudioSound(manager, key, config) {
1818
if (config === void 0) { config = {}; }
1919
/**
20-
* [description]
20+
* Audio buffer containing decoded data of the audio asset to be played.
2121
*
2222
* @private
2323
* @property {AudioBuffer} audioBuffer

0 commit comments

Comments
 (0)