[check package] Object can't have the "nodeType" property #7354
Labels
Comments
The current |
abernix
added a commit
that referenced
this issue
Feb 15, 2017
To document the updating of the `jQuery.isPlainObject` for #7354.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Because of this line https://github.com/meteor/meteor/blob/devel/packages/check/isPlainObject.js#L36 it is not possible to check existence of the
nodeType
property. It treats it as non plain object. The following code will not work.The text was updated successfully, but these errors were encountered: