Searched refs:fbListeners (Results 1 – 1 of 1) sorted by relevance
| /template/strap/resources/firebug/ |
| H A D | firebug-lite-1.4.js | 1605 Firebug.Listener=function(){this.fbListeners=null 1607 Firebug.Listener.prototype={addListener:function(listener){if(!this.fbListeners){this.fbListeners=[] property 1608 }this.fbListeners.push(listener) 1609 },removeListener:function(listener){remove(this.fbListeners,listener) 5219 }}}}}}}dispatch(NetInfoBody.fbListeners,"updateTabBody",[netInfoBox,file,context]) 5515 dispatch(template.fbListeners,"initTabBody",[netInfoBox,spy]); 5537 }dispatch(this.fbListeners,"onParseJSON",[file]); 5626 },flush:function(){dispatch(this.fbListeners,"flush",[]); 5960 if(attached){dispatch(Firebug.Console.fbListeners,"onConsoleInjected",[context,win]) 7090 }dispatch(this.fbListeners,"onCSSFreeEdit",[styleSheet,value]) [all …]
|