Home
last modified time | relevance | path

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

/template/strap/resources/firebug/
H A Dfirebug-lite-1.4.js3711 (function(){FBL.DomplateTag=function DomplateTag(tagName){this.tagName=tagName class
3715 var DomplateTag=FBL.DomplateTag;
3739 FBL.DomplateTag.prototype={merge:function(args,oldTag){if(oldTag){this.tagName=oldTag.tagName
3754 }return creator(this,DomplateTag)
3943 FBL.DomplateEmbed.prototype=copyObject(FBL.DomplateTag.prototype,{merge:function(args,oldTag){this.…
3971 FBL.DomplateLoop.prototype=copyObject(FBL.DomplateTag.prototype,{merge:function(args,oldTag){this.v…
3979 }DomplateTag.prototype.getVarNames.apply(this,[names])
4177 fn.DomplateTag=DomplateTag;