Home
last modified time | relevance | path

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

/plugin/webcode/vendor/
H A Dfirebug-lite-1.4.js8117 function DOMSidePanel(){}DOMSidePanel.prototype=extend(Firebug.DOMBasePanel.prototype,{selectRow:fu… class
8142 Firebug.registerPanel(DOMSidePanel)
/plugin/sequencediagram/bower_components/lodash/vendor/firebug-lite/src/
H A Dfirebug-lite-debug.js30681 function DOMSidePanel(){}; function
30683 DOMSidePanel.prototype = extend(Firebug.DOMBasePanel.prototype, class
30804 Firebug.registerPanel(DOMSidePanel);
/plugin/combo/resources/firebug/
H A Dfirebug-lite-1.4.js8128 function DOMSidePanel(){}DOMSidePanel.prototype=extend(Firebug.DOMBasePanel.prototype,{selectRow:function(row,target){if(!target){target=row.lastChild.firstChild class
8143 }}},name:"DOMSidePanel",parentPanel:"HTML",title:"DOM",options:{hasToolButtons:true},isInitialized:false,create:function(){Firebug.DOMBasePanel.prototype.create.apply(this,arguments);
8151 },reattach:function(oldChrome){this.toggles=oldChrome.getPanel("DOMSidePanel").toggles
8153 Firebug.registerPanel(DOMSidePanel)