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

run local function during initialization, not in the constructor. #687

Closed
wants to merge 3 commits into from

Conversation

lookfirst
Copy link
Contributor

execute local during the initialization() phase, not in the constructor. this allows me to pass a function into local which references a variable that is filled with data before i do the initialization.

also added intellij config files to gitignore.

…or. this allows me to pass a function into local which references a variable that is filled with data before i do the initialization.
@jharding jharding added this to the v0.10.2 milestone Feb 13, 2014
@jharding
Copy link
Contributor

Ah, good thinking. I'll get this merged into integration-0.10.2 when I get a chance.

@jharding
Copy link
Contributor

Merged into integration-0.10.2, thanks for the pull request.

@jharding jharding closed this Feb 14, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants