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

Fix issue #440 - Object methods lose context when called #455

Merged
merged 1 commit into from Feb 28, 2017
Merged

Fix issue #440 - Object methods lose context when called #455

merged 1 commit into from Feb 28, 2017

Conversation

ghost
Copy link

@ghost ghost commented Feb 25, 2017

This PR fix the issue #440 by scoping functions call to the belonging object (if any) or to the context. Functions tests suite has also been improved to include object context test case.

@dave-irvine dave-irvine merged commit d78ee6b into twigjs:master Feb 28, 2017
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.

1 participant