Mr.doob 4 éve
szülő
commit
e34efe2d84
3 módosított fájl, 2 hozzáadás és 2 törlés
  1. 1 1
      build/three.js
  2. 0 0
      build/three.min.js
  3. 1 1
      build/three.module.js

+ 1 - 1
build/three.js

@@ -25959,7 +25959,7 @@
 			var trackType = track.constructor;
 			var json; // derived classes can define a static toJSON method
 
-			if (trackType.toJSON !== undefined) {
+			if (trackType.toJSON !== this.toJSON) {
 				json = trackType.toJSON(track);
 			} else {
 				// by default, we assume the data can be serialized as-is

A különbségek nem kerülnek megjelenítésre, a fájl túl nagy
+ 0 - 0
build/three.min.js


+ 1 - 1
build/three.module.js

@@ -32999,7 +32999,7 @@ class KeyframeTrack {
 		let json;
 
 		// derived classes can define a static toJSON method
-		if ( trackType.toJSON !== undefined ) {
+		if ( trackType.toJSON !== this.toJSON ) {
 
 			json = trackType.toJSON( track );
 

Nem az összes módosított fájl került megjelenítésre, mert túl sok fájl változott