浏览代码

Updated builds.

Mr.doob 8 年之前
父节点
当前提交
9a27a70b87
共有 5 个文件被更改,包括 23 次插入27 次删除
  1. 3 5
      build/three.js
  2. 0 0
      build/three.js.map
  3. 17 17
      build/three.min.js
  4. 3 5
      build/three.modules.js
  5. 0 0
      build/three.modules.js.map

+ 3 - 5
build/three.js

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

文件差异内容过多而无法显示
+ 0 - 0
build/three.js.map


文件差异内容过多而无法显示
+ 17 - 17
build/three.min.js


+ 3 - 5
build/three.modules.js

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

文件差异内容过多而无法显示
+ 0 - 0
build/three.modules.js.map


部分文件因为文件数量过多而无法显示