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