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

Review UMD wrapper #73

Merged
merged 1 commit into from Jul 13, 2014
Merged

Conversation

stephanebachelier
Copy link
Contributor

Use an anonymous module to make it more portable see #62
based on https://github.com/umdjs/umd/blob/master/returnExports.js

define and module being used as a global, add consistency by not using context.define.

Use an anonymous module to make it more portable see jaysalvat#62
based on https://github.com/umdjs/umd/blob/master/returnExports.js

`define` and `module` being used as a global add consistency by not using `context.define`.
jaysalvat added a commit that referenced this pull request Jul 13, 2014
@jaysalvat jaysalvat merged commit 7f95699 into jaysalvat:master Jul 13, 2014
@jaysalvat
Copy link
Owner

Great! Thanks a lot.

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

2 participants