Remove the unexpected character in ReactEventListener

This commit is contained in:
laiso
2015-07-11 01:00:21 +09:00
parent 441a6ec378
commit 804b109ba6
@@ -126,7 +126,7 @@ function handleTopLevelWithPath(bookKeeping) {
);
// Jump to the root of this React render tree
while (currentPathElementID !== newRootID) {
while (currentPathElementID !== newRootID) {
i++;
currentPathElement = path[i];
currentPathElementID = ReactMount.getID(currentPathElement);