summaryrefslogtreecommitdiffstats
path: root/apps
diff options
context:
space:
mode:
authorAdrian Vogelsgesang <adrian.vogelsgesang@tum.de>2014-11-04 22:31:38 (GMT)
committerAdrian Vogelsgesang <adrian.vogelsgesang@tum.de>2014-11-04 22:31:38 (GMT)
commitffeaea46f96de9f522a506fd5188377016d6c16a (patch)
tree30de0688c25f9d0b0896700f8d9a1ae6cbed3cea /apps
parentd876f1b16c7cfbec53ccee1d89a2fa146569fd94 (diff)
downloaduscxml-ffeaea46f96de9f522a506fd5188377016d6c16a.zip
uscxml-ffeaea46f96de9f522a506fd5188377016d6c16a.tar.gz
uscxml-ffeaea46f96de9f522a506fd5188377016d6c16a.tar.bz2
samples/put-that-there: removed an errornous tab
Diffstat (limited to 'apps')
-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>