浏览代码

Removed unnecessary line

Daniel 9 年之前
父节点
当前提交
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();
 
 	},