mirror of
https://github.com/sartography/bpmn-js.git
synced 2025-02-05 05:33:38 +00:00
style(*): fix jshint warnings
This commit is contained in:
parent
6041717c6c
commit
429a903dd5
@ -20,8 +20,15 @@ function ContextPadProvider(contextPad, directEditing, modeling, selection, elem
|
|||||||
this._create = create;
|
this._create = create;
|
||||||
}
|
}
|
||||||
|
|
||||||
ContextPadProvider.$inject = [ 'contextPad', 'directEditing', 'modeling', 'selection', 'elementFactory', 'connect', 'create' ];
|
ContextPadProvider.$inject = [
|
||||||
|
'contextPad',
|
||||||
|
'directEditing',
|
||||||
|
'modeling',
|
||||||
|
'selection',
|
||||||
|
'elementFactory',
|
||||||
|
'connect',
|
||||||
|
'create'
|
||||||
|
];
|
||||||
|
|
||||||
ContextPadProvider.prototype.getContextPadEntries = function(element) {
|
ContextPadProvider.prototype.getContextPadEntries = function(element) {
|
||||||
|
|
||||||
|
@ -53,9 +53,6 @@ PaletteProvider.prototype.getPaletteEntries = function(element) {
|
|||||||
'create.end-event': createAction(
|
'create.end-event': createAction(
|
||||||
'bpmn:EndEvent', 'event', 'icon-end-event'
|
'bpmn:EndEvent', 'event', 'icon-end-event'
|
||||||
),
|
),
|
||||||
'create.start-event': createAction(
|
|
||||||
'bpmn:StartEvent', 'event', 'icon-start-event'
|
|
||||||
),
|
|
||||||
'create.exclusive-gateway': createAction(
|
'create.exclusive-gateway': createAction(
|
||||||
'bpmn:ExclusiveGateway', 'gateway', 'icon-gateway'
|
'bpmn:ExclusiveGateway', 'gateway', 'icon-gateway'
|
||||||
),
|
),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user