提交 435103fe 编写于 作者: M Mr.doob

Simplified AudioContext.

上级 90328a26
var context;
function AudioContext() {}
Object.assign( AudioContext, {
var AudioContext = {
getContext: function () {
......@@ -19,9 +17,9 @@ Object.assign( AudioContext, {
setContext: function ( value ) {
context = value;
}
} );
};
export { AudioContext };
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册