diff --git a/lib/draw/BpmnRenderer.js b/lib/draw/BpmnRenderer.js index ef6c0a06..35b62be5 100644 --- a/lib/draw/BpmnRenderer.js +++ b/lib/draw/BpmnRenderer.js @@ -29,9 +29,9 @@ var LABEL_STYLE = { }; -function BpmnRenderer(eventBus, styles, pathMap) { +function BpmnRenderer(eventBus, styles, pathMap, priority) { - BaseRenderer.call(this, eventBus); + BaseRenderer.call(this, eventBus, priority); var textUtil = new TextUtil({ style: LABEL_STYLE,