From e2b006f9aee7f30f099c3ed911838858df96d8a2 Mon Sep 17 00:00:00 2001 From: Ben Alpert Date: Fri, 21 Feb 2014 12:13:03 -0800 Subject: [PATCH] .dataTransfer not .dragTransfer --- docs/_posts/2014-02-16-react-v0.9-rc1.md | 2 +- docs/_posts/2014-02-20-react-v0.9.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/_posts/2014-02-16-react-v0.9-rc1.md b/docs/_posts/2014-02-16-react-v0.9-rc1.md index 933cfff23e..bee75e5fb2 100644 --- a/docs/_posts/2014-02-16-react-v0.9-rc1.md +++ b/docs/_posts/2014-02-16-react-v0.9-rc1.md @@ -87,7 +87,7 @@ In cases where you want to preserve the space adjacent to a newline, you can wri - On all events, `.currentTarget` is now properly set - On keyboard events, `.key` is now polyfilled in all browsers for special (non-printable) keys - On clipboard events, `.clipboardData` is now polyfilled in IE -- On drag events, `.dragTransfer` is now present +- On drag events, `.dataTransfer` is now present - Added support for `onMouseOver` and `onMouseOut` in addition to the existing `onMouseEnter` and `onMouseLeave` events - Added support for `onLoad` and `onError` on `` elements - Added support for `onReset` on `
` elements diff --git a/docs/_posts/2014-02-20-react-v0.9.md b/docs/_posts/2014-02-20-react-v0.9.md index 3a5be17428..95c6aa9e1d 100644 --- a/docs/_posts/2014-02-20-react-v0.9.md +++ b/docs/_posts/2014-02-20-react-v0.9.md @@ -97,7 +97,7 @@ In cases where you want to preserve the space adjacent to a newline, you can wri - On all events, `.currentTarget` is now properly set - On keyboard events, `.key` is now polyfilled in all browsers for special (non-printable) keys - On clipboard events, `.clipboardData` is now polyfilled in IE -- On drag events, `.dragTransfer` is now present +- On drag events, `.dataTransfer` is now present - Added support for `onMouseOver` and `onMouseOut` in addition to the existing `onMouseEnter` and `onMouseLeave` events - Added support for `onLoad` and `onError` on `` elements - Added support for `onReset` on `` elements