Add note about mouseenter/leave support to docs.

(cherry picked from commit 1c4c2005341ef587dca7eacc8d347367e3eb7ef7)
This commit is contained in:
Andrew Dupont 2009-12-04 18:28:31 -06:00
parent 0dd600974c
commit c028935279

View File

@ -415,6 +415,7 @@
* * Prototype handles cleaning up the handler when leaving the page (important for MSIE memory
* leak prevention).
* * `observe` makes it possible to stop observing the event easily via [[Event.stopObserving]].
* * Adds support for `mouseenter` / `mouseleave` in all browsers.
*
* Although you can use `Event.observe` directly and there are times when that's the most
* convenient or direct way, it's more common to use its alias [[Element#observe]]. These two