summaryrefslogtreecommitdiffstats
path: root/test/samples/w3c/ecma/test339.scxml
diff options
context:
space:
mode:
Diffstat (limited to 'test/samples/w3c/ecma/test339.scxml')
-rw-r--r--test/samples/w3c/ecma/test339.scxml2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/samples/w3c/ecma/test339.scxml b/test/samples/w3c/ecma/test339.scxml
index 7ffbabf..82864c9 100644
--- a/test/samples/w3c/ecma/test339.scxml
+++ b/test/samples/w3c/ecma/test339.scxml
@@ -4,7 +4,7 @@
<onentry>
<raise event="foo"/>
</onentry>
- <transition event="foo" cond="_event.invokeid == null" target="pass"/>
+ <transition event="foo" cond="typeof _event.invokeid === 'undefined' " target="pass"/>
<transition event="*" target="fail"/>
</state>