emberjs-addons / sproutcore-statechart

(Ember Only) Repository for the ported SproutCore Statechart package
www.sproutcore.com
50 stars 11 forks source link

Fix for sproutcore-statechart issue #5 #13

Closed FrozenCanuck closed 12 years ago

FrozenCanuck commented 12 years ago

A state's method can end up getting called multiple times when it has concurrent substates. Fix prevents this from happening so that a state's method only gets invoked once, if at all.

https://github.com/emberjs-addons/sproutcore-statechart/issues/5