ember-states
ember-states copied to clipboard
should use a concept similar to the `actions` hash in ember proper.
sending('destroy') should not destroy anything? Also collisions with general API methods should not be possible and Ember.States should play nice with the new actions and action hashes in ember proper.
bah, bit by this again...
@stefanpenner what about using Ember.Evented? do you prefer an actions hash? should it use events instead?
should it use events instead?
unsure.