fix(draw): remove override priority

This commit is contained in:
Nico Rehwaldt 2015-09-15 15:54:49 +02:00
parent baab4c6039
commit bc1afe16d6
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ var LABEL_STYLE = {
function BpmnRenderer(eventBus, styles, pathMap) {
BaseRenderer.call(this, eventBus, 1500);
BaseRenderer.call(this, eventBus);
var textUtil = new TextUtil({
style: LABEL_STYLE,