diff options
author | Stefan Radomski <radomski@tk.informatik.tu-darmstadt.de> | 2014-11-12 12:36:53 (GMT) |
---|---|---|
committer | Stefan Radomski <radomski@tk.informatik.tu-darmstadt.de> | 2014-11-12 12:36:53 (GMT) |
commit | ba6950d9968f151247d873b414c3ff0fd513f4ca (patch) | |
tree | 3fe89794507f107bb972a32299479a6f6d918b4e /apps | |
parent | 8202b54c5d3ce1fbc4f079918551f2f076a221cb (diff) | |
parent | a0cf3d349c60b6d2daafd27698b8589f4cfbd375 (diff) | |
download | uscxml-ba6950d9968f151247d873b414c3ff0fd513f4ca.zip uscxml-ba6950d9968f151247d873b414c3ff0fd513f4ca.tar.gz uscxml-ba6950d9968f151247d873b414c3ff0fd513f4ca.tar.bz2 |
Merge branch 'master' of https://github.com/tklab-tud/uscxml
Diffstat (limited to 'apps')
-rw-r--r-- | apps/samples/put-that-there/put-that-there.scxml | 4 |
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' && + cond="_event.data.pathComponent[1] === 'basichttp' && _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> |