mixins/stateful.js
- Source
Mixins
Methods
(inner) stateful(target, defaultStateopt) → {Object}
Applies StatefulMixin to a target object.
If the target object is evented and has a handleStateChanged
method, that method will be automatically bound to the statechanged
event on itself.
Parameters:
Name | Type | Attributes | Description |
---|---|---|---|
target | Object | The object to be made stateful. | |
defaultState | Object | <optional> | A default set of properties to populate the newly-stateful object's |
- Source
Returns:
Returns the target
.
- Type:
- Object