Merge pull request #4893 from jw-00000/patch-1

Fix documentation of behavior of v0.12 and v0.13
This commit is contained in:
Paul O’Shannessy
2015-09-26 10:46:07 -07:00
+1 -1
View File
@@ -31,7 +31,7 @@ string type
> Note:
>
> As of v0.12, returning `false` from an event handler will no longer stop event propagation. Instead, `e.stopPropagation()` or `e.preventDefault()` should be triggered manually, as appropriate.
> As of v0.14, returning `false` from an event handler will no longer stop event propagation. Instead, `e.stopPropagation()` or `e.preventDefault()` should be triggered manually, as appropriate.
## Event pooling