Browse Source

Updated builds.

Mr.doob 8 years ago
parent
commit
9a27a70b87
5 changed files with 23 additions and 27 deletions
  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/

File diff suppressed because it is too large
+ 0 - 0
build/three.js.map


File diff suppressed because it is too large
+ 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/

File diff suppressed because it is too large
+ 0 - 0
build/three.modules.js.map


Some files were not shown because too many files changed in this diff