Daniel пре 10 година
родитељ
комит
f5d82433f7
1 измењених фајлова са 0 додато и 1 уклоњено
  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();
 
 	},