Searched refs:DomplateTag (Results 1 – 1 of 1) sorted by relevance
3711 (function(){FBL.DomplateTag=function DomplateTag(tagName){this.tagName=tagName class3715 var DomplateTag=FBL.DomplateTag;3739 FBL.DomplateTag.prototype={merge:function(args,oldTag){if(oldTag){this.tagName=oldTag.tagName3754 }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;