Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
xyin96 authored and gideonthomas committed Mar 13, 2015
1 parent e951e1e commit aee4a73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/language/HTMLDOMDiff.js
Original file line number Diff line number Diff line change
Expand Up @@ -604,7 +604,7 @@ define(function (require, exports, module) {
// because it isn't the child of any other node. The browser-side code doesn't
// care about parentage/positioning in this case, and will handle just setting the
// ID on the existing implied HTML tag in the browser without actually creating it.
if (!newElement.parent ) {
if (!newElement.parent) {
edits.push({
type: "elementInsert",
tag: newElement.tag,
Expand Down

0 comments on commit aee4a73

Please sign in to comment.