summaryrefslogtreecommitdiff
path: root/webapps/qooxdoo-0.6.3-sdk/frontend/framework/source/class/qx/util/fsm/State.js
diff options
context:
space:
mode:
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":