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

Missing variable in modules example added #106

Closed
wants to merge 2 commits into from
Closed

Missing variable in modules example added #106

wants to merge 2 commits into from

Conversation

michmach
Copy link

@michmach michmach commented Apr 6, 2016

Added the pi variable that is imported in the following app.js file

michmach added 2 commits April 6, 2016 18:06
Added variable pi that is imported in following app.js file
Missing variable in modules example
@lukehoban
Copy link
Owner

The export * is what exports the pi variable here. So it does not need to be provided separately.

@lukehoban lukehoban closed this Apr 6, 2016
@michmach
Copy link
Author

michmach commented Apr 6, 2016

You are right, sorry for not noticing it!

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.

2 participants