dillon1000/react

Commit

Make Simulate.mouseEnter/Leave use direct dispatch

Fixes #1297.

onMouseEnter and onMouseLeave shouldn't *actually* use direct dispatch, but doing so is more useful than doing nothing (and I don't think it precludes adding proper enter/leave dispatching later, either).

Test Plan:
grunt test
Browse files
Changed paths2 files
First-parent comparison
M src/browser/__tests__/ReactBrowserEventEmitter-test.js ModifiedM src/test/ReactTestUtils.js Modified
Patch

Files changed

Rendering syntax-highlighted changes…