Ver código fonte

Put createCache() in the init function

tags/v0.1.0
Fen Dweller 6 anos atrás
pai
commit
cdd1ba9fad
Nenhuma chave conhecida encontrada para esta assinatura no banco de dados ID da chave GPG: E80B35A6F11C3656
1 arquivos alterados com 2 adições e 0 exclusões
  1. +2
    -0
      audio.js

+ 2
- 0
audio.js Ver arquivo

@@ -157,6 +157,8 @@ function initAudio() {

console.log("Initialized audio context");
console.log(audioContext);

createCache();
}

// caching stuff here


Carregando…
Cancelar
Salvar