You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 15, 2021. It is now read-only.
I know that this has been discussed and dismissed in the past. But I'm still looking for a good way to load Ender via AMD-loader without polluting the global namespace.
I've looked at --sandbox and tried to use it without naming a module in hopes that it will create no global variables at all. But at the very least it creates $. I don't want a single global. I'd like ender to define(ender) when it detects (typeof define == 'function') && (typeof define.amd == 'object').
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I know that this has been discussed and dismissed in the past. But I'm still looking for a good way to load Ender via AMD-loader without polluting the global namespace.
Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.
The text was updated successfully, but these errors were encountered: