diff -r 0d9a58d2c515 -r 0d28b7c10758 web/wp-content/themes/thematic/library/scripts/hoverIntent.js --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/web/wp-content/themes/thematic/library/scripts/hoverIntent.js Fri Mar 12 13:29:04 2010 +0000 @@ -0,0 +1,1 @@ +(function($){$.fn.hoverIntent=function(f,g){var cfg={sensitivity:7,interval:100,timeout:0};cfg=$.extend(cfg,g?{over:f,out:g}:f);var cX,cY,pX,pY;var track=function(ev){cX=ev.pageX;cY=ev.pageY};var compare=function(ev,ob){ob.hoverIntent_t=clearTimeout(ob.hoverIntent_t);if((Math.abs(pX-cX)+Math.abs(pY-cY))