Searched refs:ScriptPanel (Results 1 – 3 of 3) sorted by relevance
/plugin/webcode/vendor/ |
H A D | firebug-lite-1.4.js | 7660 function ScriptPanel(){}ScriptPanel.prototype=extend(Firebug.Panel,{name:"Script",title:"Script",se… function 7734 Firebug.registerPanel(ScriptPanel);
|
/plugin/sequencediagram/bower_components/lodash/vendor/firebug-lite/src/ |
H A D | firebug-lite-debug.js | 28842 function ScriptPanel(){}; function 28844 ScriptPanel.prototype = extend(Firebug.Panel, class 29028 Firebug.registerPanel(ScriptPanel);
|
/plugin/combo/resources/firebug/ |
H A D | firebug-lite-1.4.js | 7671 function ScriptPanel(){}ScriptPanel.prototype=extend(Firebug.Panel,{name:"Script",title:"Script",selectIndex:0,sourceIndex:-1,options:{hasToolButtons:true},create:function(){Firebug.Panel.create.apply(this,arguments); class 7745 Firebug.registerPanel(ScriptPanel);
|