Fix documentation of event propagation: 0.13 to 0.14

This commit is contained in:
JW
2015-09-17 00:35:06 +02:00
parent e95689ab84
commit b85d9b68a0

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