Skip to content

Conversation

nhunzaker
Copy link
Contributor

@nhunzaker nhunzaker commented Jan 5, 2017

Action payloads may now intentionally be set to undefined. We'll also make them undefined by default.


Should fix #198

Copy link
Contributor

@greypants greypants left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Horray!

inherit(Action, Emitter, {
type : null,
payload : null,
payload : undefined,
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🎉

@coveralls
Copy link

Coverage Status

Coverage increased (+0.002%) to 99.177% when pulling e33d636 on payload-definition into 392ce19 on master.

@nhunzaker nhunzaker merged commit e33d636 into master Jan 5, 2017
@nhunzaker nhunzaker deleted the payload-definition branch January 6, 2017 13:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Pushing action with no params, calls handlers with null
3 participants