|
@@ -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/
|