Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
xyin96 authored and humphd committed May 15, 2015
1 parent 9fb5fc3 commit 2931718
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/language/HTMLDOMDiff.js
Original file line number Diff line number Diff line change
Expand Up @@ -570,8 +570,6 @@ define(function (require, exports, module) {
// Start at the root of the current tree.
queue.push(newNode);

var rootElemChanged = false, deltaID;

do {
newElement = queue.pop();
oldElement = oldNodeMap[newElement.tagID];
Expand Down

0 comments on commit 2931718

Please sign in to comment.