提交 92340ca5 编写于 作者: T Tristan Valcke

Remove unnecessary comma in NodeBuilder

上级 84fa8969
......@@ -67,7 +67,7 @@ THREE.NodeBuilder.prototype = {
addSlot : function( name ) {
this.slots.push( {
name : name || '',
name : name || ''
} );
return this.update();
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册