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
This fixed iOS compatibility in #43 but breaks the tests, which is silly! Many thanks for the iOS fix; this should be easy to resolve:
webjack/src/webjack.js
Line 15 in 3498536
Failing test: https://travis-ci.org/publiclab/webjack/jobs/521502504
https://github.com/publiclab/webjack/pull/91/files#r276480540 has some suggestions, including just removing window. from both references.
window.
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
This fixed iOS compatibility in #43 but breaks the tests, which is silly! Many thanks for the iOS fix; this should be easy to resolve:
webjack/src/webjack.js
Line 15 in 3498536
Failing test: https://travis-ci.org/publiclab/webjack/jobs/521502504
https://github.com/publiclab/webjack/pull/91/files#r276480540 has some suggestions, including just removing
window.
from both references.The text was updated successfully, but these errors were encountered: