summaryrefslogtreecommitdiffstats
path: root/apps/samples
diff options
context:
space:
mode:
authorStefan Radomski <radomski@tk.informatik.tu-darmstadt.de>2014-11-12 12:36:53 (GMT)
committerStefan Radomski <radomski@tk.informatik.tu-darmstadt.de>2014-11-12 12:36:53 (GMT)
commitba6950d9968f151247d873b414c3ff0fd513f4ca (patch)
tree3fe89794507f107bb972a32299479a6f6d918b4e /apps/samples
parent8202b54c5d3ce1fbc4f079918551f2f076a221cb (diff)
parenta0cf3d349c60b6d2daafd27698b8589f4cfbd375 (diff)
downloaduscxml-ba6950d9968f151247d873b414c3ff0fd513f4ca.zip
uscxml-ba6950d9968f151247d873b414c3ff0fd513f4ca.tar.gz
uscxml-ba6950d9968f151247d873b414c3ff0fd513f4ca.tar.bz2
Merge branch 'master' of https://github.com/tklab-tud/uscxml
Diffstat (limited to 'apps/samples')
-rw-r--r--apps/samples/put-that-there/put-that-there.scxml4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/samples/put-that-there/put-that-there.scxml b/apps/samples/put-that-there/put-that-there.scxml
index 301e34b..00865c4 100644
--- a/apps/samples/put-that-there/put-that-there.scxml
+++ b/apps/samples/put-that-there/put-that-there.scxml
@@ -34,7 +34,7 @@
<state id="main">
<transition event="http" target="main" type="internal"
- cond="_event.data.path Component[1] === 'basichttp' &amp;&amp;
+ cond="_event.data.pathComponent[1] === 'basichttp' &amp;&amp;
_event.data.pathComponent[2] === 'query'" >
<!-- a request for /ptt/basichttp/query -->
<script>dump(_event);</script>
@@ -85,4 +85,4 @@
</transition>
</state>
</state>
-</scxml> \ No newline at end of file
+</scxml>