diff --git a/js/compiler/compiler.js b/js/compiler/compiler.js index 1047592..a6f7193 100644 --- a/js/compiler/compiler.js +++ b/js/compiler/compiler.js @@ -187,7 +187,7 @@ var modifiedSourceActions = { return buildCaseEvent(eventPattern, block.asES5); }, FacetStateTransition_noContinuation: function(_case, eventPattern, _sc) { - return buildCaseEvent(eventPattern, ''); + return buildCaseEvent(eventPattern, '{}'); } };