mirror of
https://github.com/scratchfoundation/scratch-vm.git
synced 2025-01-11 10:39:56 -05:00
lint
This commit is contained in:
parent
e1b6479e67
commit
9980f4da3f
1 changed files with 1 additions and 1 deletions
|
@ -319,7 +319,7 @@ Runtime.prototype.attachRenderer = function (renderer) {
|
|||
|
||||
/**
|
||||
* Attach the audio engine
|
||||
* @param {!RenderWebGL} audioEngine The audio engine to attach
|
||||
* @param {!AudioEngine} audioEngine The audio engine to attach
|
||||
*/
|
||||
Runtime.prototype.attachAudioEngine = function (audioEngine) {
|
||||
this.audioEngine = audioEngine;
|
||||
|
|
Loading…
Reference in a new issue