We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The AMD / UMD wrapper has an undefined root in specific cases where strict mode is used. In this cases we have to set root to window if it is defined.
root
window
I'll prepare a testcase which demonstrates this (this is often the case with Gulp, webpack and other solutions).
The text was updated successfully, but these errors were encountered:
Facing same issue, also found this one #481
Sorry, something went wrong.
Something like bebraw/libumd@f43a331 is needed.
dimsemenov/PhotoSwipe#1413
More references:
fians/Waves#181 jonathantneal/svg4everybody#162
No branches or pull requests
The AMD / UMD wrapper has an undefined
root
in specific cases where strict mode is used.In this cases we have to set
root
towindow
if it is defined.I'll prepare a testcase which demonstrates this (this is often the case with Gulp, webpack and other solutions).
The text was updated successfully, but these errors were encountered: