Explorar el Código

Removed unnecessary line

Daniel hace 10 años
padre
commit
f5d82433f7
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. 0 1
      editor/js/CmdSetGeometry.js

+ 0 - 1
editor/js/CmdSetGeometry.js

@@ -49,7 +49,6 @@ CmdSetGeometry.prototype = {
 	update: function ( cmd ) {
 
 		this.newGeometry = cmd.newGeometry;
-		this.newGeometryJSON = cmd.newGeometry.toJSON();
 
 	},