Remove SyntheticEvent.path

This commit is contained in:
Paul O’Shannessy
2015-09-22 15:12:19 -07:00
parent 06568114f3
commit 8a837cbd3f
@@ -23,7 +23,6 @@ var warning = require('warning');
* @see http://www.w3.org/TR/DOM-Level-3-Events/
*/
var EventInterface = {
path: null,
type: null,
// currentTarget is set when dispatching; no use in copying it here
currentTarget: emptyFunction.thatReturnsNull,