mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
Remove SyntheticEvent.path
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user