summaryrefslogtreecommitdiff
path: root/webapps/qooxdoo-0.6.3-sdk/frontend/framework/source/class/qx/util/fsm/State.js
diff options
context:
space:
mode:
authorDerrell Lipman <derrell@samba.org>2007-01-03 20:50:45 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 14:36:10 -0500
commiteab632c31e376a3f3a2e18f89083cf9055d63a9f (patch)
treec98513fb161b127fef1b67ae650bfb5c7a9ed94d /webapps/qooxdoo-0.6.3-sdk/frontend/framework/source/class/qx/util/fsm/State.js
parent626bb8efb0c825f332c937ffaaadc9b402079539 (diff)
downloadsamba-eab632c31e376a3f3a2e18f89083cf9055d63a9f.tar.gz
samba-eab632c31e376a3f3a2e18f89083cf9055d63a9f.tar.bz2
samba-eab632c31e376a3f3a2e18f89083cf9055d63a9f.zip
r20518: reapply finite state machine mods which got lost in the webapps remove/restore process
(This used to be commit 1d867863b64fb39aedbf713f7f3dd17948b433ef)
Diffstat (limited to 'webapps/qooxdoo-0.6.3-sdk/frontend/framework/source/class/qx/util/fsm/State.js')
-rw-r--r--webapps/qooxdoo-0.6.3-sdk/frontend/framework/source/class/qx/util/fsm/State.js8
1 files changed, 4 insertions, 4 deletions
diff --git a/webapps/qooxdoo-0.6.3-sdk/frontend/framework/source/class/qx/util/fsm/State.js b/webapps/qooxdoo-0.6.3-sdk/frontend/framework/source/class/qx/util/fsm/State.js
index a61d27ff24..fc054e304a 100644
--- a/webapps/qooxdoo-0.6.3-sdk/frontend/framework/source/class/qx/util/fsm/State.js
+++ b/webapps/qooxdoo-0.6.3-sdk/frontend/framework/source/class/qx/util/fsm/State.js
@@ -70,7 +70,7 @@
*
* autoActionsBeforeOnentry -
* autoActionsAfterOnentry -
- * auutoActionsBeforeOnexit -
+ * autoActionsBeforeOnexit -
* autoActionsAfterOnexit -
* Automatic actions which take place at the time specified by the
* property name. In all cases, the action takes place immediately
@@ -181,11 +181,11 @@ function(stateName, stateInfo)
break;
case "autoActionsBeforeOnexit":
- this.setAutoActionsBeforeOnentry(stateInfo[field]);
+ this.setAutoActionsBeforeOnexit(stateInfo[field]);
break;
- case "autoActionsBeforeOnexit":
- this.setAutoActionsBeforeOnentry(stateInfo[field]);
+ case "autoActionsAfterOnexit":
+ this.setAutoActionsAfterOnexit(stateInfo[field]);
break;
case "events":