Searched refs:onInspectingClick (Results 1 – 3 of 3) sorted by relevance
/plugin/webcode/vendor/ |
H A D | firebug-lite-1.4.js | 3502 addEvent(fbInspectFrame,"mousedown",Firebug.Inspector.onInspectingClick) 3506 removeEvent(fbInspectFrame,"mousedown",Firebug.Inspector.onInspectingClick); 3510 }},onInspectingClick:function(e){fbInspectFrame.style.display="none"; method in Firebug.Inspector
|
/plugin/sequencediagram/bower_components/lodash/vendor/firebug-lite/src/ |
H A D | firebug-lite-debug.js | 13722 addEvent(fbInspectFrame, "mousedown", Firebug.Inspector.onInspectingClick); 13731 removeEvent(fbInspectFrame, "mousedown", Firebug.Inspector.onInspectingClick); 13741 onInspectingClick: function(e) method in Firebug.Inspector
|
/plugin/combo/resources/firebug/ |
H A D | firebug-lite-1.4.js | 3513 addEvent(fbInspectFrame,"mousedown",Firebug.Inspector.onInspectingClick) 3517 removeEvent(fbInspectFrame,"mousedown",Firebug.Inspector.onInspectingClick); 3521 }},onInspectingClick:function(e){fbInspectFrame.style.display="none"; method in Firebug.Inspector
|