瀏覽代碼
Put createCache() in the init function
tags/v0.1.0
沒有發現已知的金鑰在資料庫的簽署中
GPG Key ID: E80B35A6F11C3656
共有
1 個文件被更改,包括
2 次插入 和
0 次删除
-
audio.js
|
|
|
@@ -157,6 +157,8 @@ function initAudio() { |
|
|
|
|
|
|
|
console.log("Initialized audio context"); |
|
|
|
console.log(audioContext); |
|
|
|
|
|
|
|
createCache(); |
|
|
|
} |
|
|
|
|
|
|
|
// caching stuff here |
|
|
|
|