Searched refs:handleWindowMouseDown (Results 1 – 1 of 1) sorted by relevance
1951 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; method2042 if(!target){removeEvent(Firebug.chrome.document,"mousedown",this.handleWindowMouseDown);