Searched refs:onInspectingClick (Results 1 – 1 of 1) sorted by relevance
3513 addEvent(fbInspectFrame,"mousedown",Firebug.Inspector.onInspectingClick)3517 removeEvent(fbInspectFrame,"mousedown",Firebug.Inspector.onInspectingClick);3521 }},onInspectingClick:function(e){fbInspectFrame.style.display="none"; method