Merge pull request #4342 from laiso/unexpected_character

Remove the unexpected character in ReactEventListener
This commit is contained in:
Paul O’Shannessy
2015-07-10 09:18:54 -07:00
@@ -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);