mirror of
https://github.com/bpmn-io/bpmn-js.git
synced 2025-08-14 19:25:06 +08:00
fix: fix remaining JSDoc and TS errors
This commit is contained in:
@ -184,6 +184,8 @@ UpdateFlowNodeRefsHandler.prototype.execute = function(context) {
|
||||
|
||||
// TODO(nikku): return changed elements
|
||||
// return [ ... ];
|
||||
|
||||
return [];
|
||||
};
|
||||
|
||||
|
||||
@ -211,4 +213,6 @@ UpdateFlowNodeRefsHandler.prototype.revert = function(context) {
|
||||
|
||||
// TODO(nikku): return changed elements
|
||||
// return [ ... ];
|
||||
|
||||
return [];
|
||||
};
|
||||
|
Reference in New Issue
Block a user