Home
last modified time | relevance | path

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

/template/strap/resources/firebug/
H A Dfirebug-lite-1.4.js962 this.addEvent=function(object,name,handler,useCapture){if(object.addEventListener){object.addEventL… function
977 this.addEvent(doc,name,handler);
978 if(this.Firebug.chrome.type=="popup"){this.addEvent(this.Firebug.chrome.document,name,handler)
981 i++){try{this.addEvent(frame.document,name,handler)
1005 this.disableTextSelection=function(e){if(typeof e.onselectstart!="undefined"){this.addEvent(e,"sele…
1007 if(!this.isFirefox){this.addEvent(e,"mousedown",disableTextSelectionHandler)
1666 addEvent(this.containerNode,"contextmenu",this.onContextMenu);
1803 addEvent.apply(this,arg)
1971 }else{addEvent(Firebug.chrome.document,"mousedown",this.handleWindowMouseDown)
2517 addEvent(Firebug.chrome.document,"keydown",onKeyCodeListen);
[all …]