client/js/renderer/nodeeditor.js
changeset 434 0d5998b32a7c
parent 433 e457ec945e50
child 435 e529b633c339
equal deleted inserted replaced
433:e457ec945e50 434:0d5998b32a7c
   200             Utils.drawEditBox(this.options, _coords, this.editor_block, this.source_representation.circle_radius * 0.75, this.editor_$);
   200             Utils.drawEditBox(this.options, _coords, this.editor_block, this.source_representation.circle_radius * 0.75, this.editor_$);
   201             this.editor_$.show();
   201             this.editor_$.show();
   202             paper.view.draw();
   202             paper.view.draw();
   203         }
   203         }
   204     }).value();
   204     }).value();
   205 //    });
   205 
   206     /* NodeEditor End */
   206     /* NodeEditor End */
   207 
   207 
   208     return NodeEditor;
   208     return NodeEditor;
   209 
   209 
   210 });
   210 });