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
husky/husky_extensions/jquery.js
Line 218 in 3dba18a
sandbox.dom.data($input, 'id', null) will just return the value and not set to null.
sandbox.dom.data($input, 'id', null)
Possible Solution
if (typeof value === 'undefined') { // ... } else { // ... }
The text was updated successfully, but these errors were encountered:
@danrot @wachterjohannes currently I'm afraid to change this behaviour because this function could be missused currently.
Sorry, something went wrong.
No branches or pull requests
husky/husky_extensions/jquery.js
Line 218 in 3dba18a
sandbox.dom.data($input, 'id', null)
will just return the value and not set to null.Possible Solution
The text was updated successfully, but these errors were encountered: