Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Documentation typo for context.continue #52

Closed
bradisbell opened this issue Mar 8, 2015 · 2 comments
Closed

Documentation typo for context.continue #52

bradisbell opened this issue Mar 8, 2015 · 2 comments

Comments

@bradisbell
Copy link

In the documentation for Customize Behavior, there are a couple examples where this line is used:

return context.continue;

This doesn't result in continuing. Presumably, some parenthesis are missing.

return context.continue();
@mbroadst
Copy link
Collaborator

mbroadst commented Mar 8, 2015

@bradisbell are you using master? the new promise style allows both parenthesis and not to continue

@bradisbell
Copy link
Author

Nope, I was using 0.4.0. Thanks!

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

No branches or pull requests

2 participants