Home
last modified time | relevance | path

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

/template/strap/resources/firebug/
H A Dfirebug-lite-1.4.js1951 this.handleWindowMouseDown=bind(this.handleWindowMouseDown,this)
1971 }else{addEvent(Firebug.chrome.document,"mousedown",this.handleWindowMouseDown)
2040 },handleWindowMouseDown:function(event){var target=event.target||event.srcElement; method
2042 if(!target){removeEvent(Firebug.chrome.document,"mousedown",this.handleWindowMouseDown);