commit 022ad7f2bc7ae20f81d8dd6e7b876066147d186a
parent 94e1ebef10bc9bf71df845ba2172f861e7cb5c4f
Author: Ryan Wolf <rwolf@borderstylo.com>
Date: Tue, 15 Mar 2011 16:24:34 -0700
added mouseenter, mouseleave to events with shortcuts
Diffstat:
1 file changed, 2 insertions(+), 0 deletions(-)
diff --git a/windex.js b/windex.js
@@ -718,6 +718,8 @@ WindexNodes.prototype._unbindEvent = function (name, handler) {
"mousedown",
"mouseup",
"mousemove",
+ "mouseenter",
+ "mouseleave",
"keypress", // See: http://api.jquery.com/keypress/
"keydown",
"keyup",