mirror of
https://github.com/sartography/bpmn-js.git
synced 2025-01-12 18:14:40 +00:00
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.prototype = Object.create(BaseElementFactory.prototype);
|
||||||
|
|
||||||
|
ElementFactory.$inject = [ 'bpmnFactory' ];
|
||||||
|
|
||||||
module.exports = ElementFactory;
|
module.exports = ElementFactory;
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user