fix(modeling): add missing $inject
This commit is contained in:
parent
c67709ce34
commit
a8d51a849d
|
@ -18,6 +18,8 @@ function ElementFactory(bpmnFactory) {
|
|||
|
||||
ElementFactory.prototype = Object.create(BaseElementFactory.prototype);
|
||||
|
||||
ElementFactory.$inject = [ 'bpmnFactory' ];
|
||||
|
||||
module.exports = ElementFactory;
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue