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
When multiple jQuery instances on a documnet and input param is jQuery.
utils.$ don't check jQuery instance.
reference https://stackoverflow.com/questions/1853223/check-if-object-is-a-jquery-object/25004941#25004941
we should fix following code. https://github.com/naver/egjs-movablecoord/blob/master/src/utils.js#L24
The text was updated successfully, but these errors were encountered:
we should fix egjs components
Sorry, something went wrong.
fix(utils): add defence code
64b2e47
in case of mutiple jQuery instnaces on a document. ref naver/egjs-axes#11
No branches or pull requests
Description
When multiple jQuery instances on a documnet and input param is jQuery.
utils.$ don't check jQuery instance.
reference https://stackoverflow.com/questions/1853223/check-if-object-is-a-jquery-object/25004941#25004941
we should fix following code.
https://github.com/naver/egjs-movablecoord/blob/master/src/utils.js#L24
The text was updated successfully, but these errors were encountered: