Skip to content

Commit

Permalink
Revert "for adobe#10634"
Browse files Browse the repository at this point in the history
This reverts commit f99cac9.
  • Loading branch information
humphd committed May 26, 2015
1 parent 479922c commit 107064f
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 107064f

Please sign in to comment.