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

Fixed AMD module definition. #36

Merged
merged 1 commit into from Oct 17, 2016
Merged

Fixed AMD module definition. #36

merged 1 commit into from Oct 17, 2016

Conversation

rmariuzzo
Copy link
Owner

I just learnt that AMD modules register a function for delayed execution.
My mistake was to execute that factory function and passing the lib
directly, which caused the issue of not being able to instantiate it for
use.

This fixes #33.

I just learnt that AMD modules register a function for delayed execution.
My mistake was to execute _that_ factory function and passing the lib
directly, which caused the issue of not being able to instantiate it for
use.
@rmariuzzo rmariuzzo added this to the 1.1.3 milestone Oct 17, 2016
@rmariuzzo rmariuzzo added the bug label Oct 17, 2016
@rmariuzzo rmariuzzo merged commit 88a0279 into develop Oct 17, 2016
@rmariuzzo rmariuzzo deleted the fix-amd-module branch October 17, 2016 21:25
@rmariuzzo rmariuzzo self-assigned this Oct 17, 2016
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