Home
last modified time | relevance | path

Searched refs:handleMouseOver (Results 1 – 1 of 1) sorted by relevance

/template/strap/resources/firebug/
H A Dfirebug-lite-1.4.js1949 this.handleMouseOver=bind(this.handleMouseOver,this);
1962 …er([this.element,"mousedown",this.handleMouseDown],[this.element,"mouseover",this.handleMouseOver])
2044 }},handleMouseOver:function(event){this.clearHideTimeout(); method