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
Version 1.0.5 on NPM has OPT instead of OTP as the library name in the UMD bundle (meaning you have to use window.OPT instead of window.OTP).
OPT
OTP
window.OPT
window.OTP
It looks like this was fixed in 79f9730, but the version on NPM doesn't contain this fix.
The issue can be seen here: https://cdn.jsdelivr.net/npm/[email protected]/dist/index.umd.min.js
The text was updated successfully, but these errors were encountered:
jsfiddle demo
Thank you for reporting the issue. We appreciate your help in improving our package.
Sorry, something went wrong.
No branches or pull requests
Version 1.0.5 on NPM has
OPT
instead ofOTP
as the library name in the UMD bundle (meaning you have to usewindow.OPT
instead ofwindow.OTP
).It looks like this was fixed in 79f9730, but the version on NPM doesn't contain this fix.
The issue can be seen here: https://cdn.jsdelivr.net/npm/[email protected]/dist/index.umd.min.js
The text was updated successfully, but these errors were encountered: