Skip to content
/ vue Public
  • Sponsor vuejs/vue

  • Notifications You must be signed in to change notification settings
  • Fork 33.8k

Remove incorrect nodeType check in fragment.js #390

New issue

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

Merged
merged 1 commit into from
Aug 7, 2014
Merged

Conversation

jmonma
Copy link

@jmonma jmonma commented Aug 7, 2014

As mentioned in PR #389:

"When appending multiple child nodes to the fragment, there is a check for each node to ensure it has a nodeType === 1, however, the check was being performed repeatedly on the wrapper node instead."

We decided to remove the check altogether, since there will be support for several different nodeType values.

yyx990803 added a commit that referenced this pull request Aug 7, 2014
Remove incorrect nodeType check in fragment.js
@yyx990803 yyx990803 merged commit eb4d010 into vuejs:dev Aug 7, 2014
@yyx990803
Copy link
Member

Thanks Jason!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants