mirror of
https://github.com/sartography/bpmn-js.git
synced 2025-02-26 07:35:25 +00:00
style(lib): correct indention
This commit is contained in:
parent
85c9059467
commit
ff140d1a50
@ -74,19 +74,23 @@ function BpmnUpdater(eventBus, bpmnFactory, connectionDocking, translate) {
|
||||
self.updateParent(element, oldParent);
|
||||
}
|
||||
|
||||
this.executed([ 'shape.move',
|
||||
'shape.create',
|
||||
'shape.delete',
|
||||
'connection.create',
|
||||
'connection.move',
|
||||
'connection.delete' ], ifBpmn(updateParent));
|
||||
this.executed([
|
||||
'shape.move',
|
||||
'shape.create',
|
||||
'shape.delete',
|
||||
'connection.create',
|
||||
'connection.move',
|
||||
'connection.delete'
|
||||
], ifBpmn(updateParent));
|
||||
|
||||
this.reverted([ 'shape.move',
|
||||
'shape.create',
|
||||
'shape.delete',
|
||||
'connection.create',
|
||||
'connection.move',
|
||||
'connection.delete' ], ifBpmn(reverseUpdateParent));
|
||||
this.reverted([
|
||||
'shape.move',
|
||||
'shape.create',
|
||||
'shape.delete',
|
||||
'connection.create',
|
||||
'connection.move',
|
||||
'connection.delete'
|
||||
], ifBpmn(reverseUpdateParent));
|
||||
|
||||
/*
|
||||
* ## Updating Parent
|
||||
|
@ -110,7 +110,9 @@ ReplaceElementBehaviour.prototype.replaceElements = function(elements, newElemen
|
||||
}
|
||||
};
|
||||
|
||||
ReplaceElementBehaviour.$inject = [ 'eventBus', 'bpmnReplace', 'bpmnRules', 'elementRegistry',
|
||||
'selection', 'modeling' ];
|
||||
ReplaceElementBehaviour.$inject = [
|
||||
'eventBus', 'bpmnReplace', 'bpmnRules',
|
||||
'elementRegistry', 'selection', 'modeling'
|
||||
];
|
||||
|
||||
module.exports = ReplaceElementBehaviour;
|
||||
|
Loading…
x
Reference in New Issue
Block a user