diff --git a/workflow/engine/templates/bpmn/bpmnShapes.js b/workflow/engine/templates/bpmn/bpmnShapes.js index 7e97dfd00..7febac62c 100755 --- a/workflow/engine/templates/bpmn/bpmnShapes.js +++ b/workflow/engine/templates/bpmn/bpmnShapes.js @@ -212,9 +212,6 @@ bpmnTask.prototype.paint = function () { }; -jsGraphics.prototype.drawTextString = function (txt, x, y, dx, dy) { - this.htm += '
' + txt + '<\/div>'; -}; Figure.prototype.onDragend=function() { if(typeof workflow.currentSelection != 'undefined' && workflow.currentSelection != null){