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

Reuse over handler if out is not given #51

Merged
merged 1 commit into from
Nov 27, 2015

Conversation

usmonster
Copy link
Collaborator

Fixes the bug where, if the plugin was initialized with a configuration
object, it wouldn't check whether the (optional) out function was
provided before attempting to use it. This resulted in an error.

In this case, it now reuses the (required) over function.

Closes #42.

Fixes the bug where, if the plugin was initialized with a configuration
object, it wouldn't check whether the (optional) `out` function was
provided before attempting to use it. This resulted in an error.

In this case, it now reuses the (required) `over` function.

Closes briancherne#42.
@usmonster usmonster added this to the v1.9.0 milestone Nov 27, 2015
usmonster added a commit that referenced this pull request Nov 27, 2015
Reuse `over` handler if `out` is not given
@usmonster usmonster merged commit 397739d into briancherne:master Nov 27, 2015
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.

None yet

1 participant