提交 9a27a70b 编写于 作者: M Mr.doob

Updated builds.

上级 435103fe
......@@ -35241,9 +35241,7 @@
var context;
function AudioContext() {}
Object.assign( AudioContext, {
var AudioContext = {
getContext: function () {
......@@ -35260,10 +35258,10 @@
setContext: function ( value ) {
context = value;
}
} );
};
/**
* @author Reece Aaron Lecrivain / http://reecenotes.com/
......
此差异已折叠。
此差异已折叠。
......@@ -35235,9 +35235,7 @@ Object.assign( FontLoader.prototype, {
var context;
function AudioContext() {}
Object.assign( AudioContext, {
var AudioContext = {
getContext: function () {
......@@ -35254,10 +35252,10 @@ Object.assign( AudioContext, {
setContext: function ( value ) {
context = value;
}
} );
};
/**
* @author Reece Aaron Lecrivain / http://reecenotes.com/
......
此差异已折叠。
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册