Home
last modified time | relevance | path

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

/template/strap/resources/firebug/
H A Dfirebug-lite-1.4.js3772 var topBlock=[],topOuts=[],blocks=[],info={args:this.markupArgs,argIndex:0};
3773 this.generateMarkup(topBlock,topOuts,blocks,info);
3774 this.addCode(topBlock,topOuts,blocks);
3824 }}}}}},generateMarkup:function(topBlock,topOuts,blocks,info){topBlock.push(',"<',this.tagName,'"'); argument
3826 topBlock.push(', " ',name,'=\\""');
3827 addParts(val,",",topBlock,info,true);
3828 topBlock.push(', "\\""')
3833 }}if(this.attrs.hasOwnProperty("class")||this.classes){topBlock.push(', " class=\\""');
3834 if(this.attrs.hasOwnProperty("class")){addParts(this.attrs["class"],",",topBlock,info,true)
3835 }topBlock.push(', " "');
[all …]