FrozenCanuck / Ki

A Statechart Framework for SproutCore
http://frozencanuck.wordpress.com
Other
105 stars 7 forks source link

remove existing Ki.Statechart class and rename Ki.StatechartManager as Ki.Statechart #14

Closed erichocean closed 13 years ago

erichocean commented 13 years ago

This won't remove any functionality, but it will allow us to use the Ki.Statechart name where it is most likely to be used: as a mixin on an existing class (especially, views or the main app object in core.js).

The existing Ki.Statechart class behavior can easily be restored with SC.Object.create(Ki.Statechart, {

});

P.s. I'd especially like to see this change made in SproutCore 1.5.