Explorar o código

Fixed coding style

Temdog007 %!s(int64=6) %!d(string=hai) anos
pai
achega
33e2a28b8d
Modificáronse 2 ficheiros con 2 adicións e 0 borrados
  1. 1 0
      src/core/Geometry.js
  2. 1 0
      src/geometries/TubeGeometry.js

+ 1 - 0
src/core/Geometry.js

@@ -989,6 +989,7 @@ Geometry.prototype = Object.assign( Object.create( EventDispatcher.prototype ),
 			for ( var key in parameters ) {
 
 				if ( parameters[ key ] !== undefined ) data[ key ] = parameters[ key ];
+
 			}
 
 			return data;

+ 1 - 0
src/geometries/TubeGeometry.js

@@ -226,6 +226,7 @@ TubeBufferGeometry.prototype.toJSON = function () {
 	data.path = this.parameters.path.toJSON();
 
 	return data;
+
 };
 
 export { TubeGeometry, TubeBufferGeometry };