You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 16, 2019. It is now read-only.
if you want to set a falsy value(e.g. false, 0) through $.data() will never take effect, 'cause the if course inside which decide to set some value or not will never get executed.
the $.data getter will accidently convert a number-like string to a number.
bug description
two bugs:
if course
inside which decide to set some value or not will never get executed.how to reproduce?
how to fix?
what a shame, a pull request which created by me several months ago resulted in this error...^_^
The text was updated successfully, but these errors were encountered: