Searched refs:oldTag (Results 1 – 1 of 1) sorted by relevance
3739 FBL.DomplateTag.prototype={merge:function(args,oldTag){if(oldTag){this.tagName=oldTag.tagName argument3740 }this.context=oldTag?oldTag.context:null;3741 this.subject=oldTag?oldTag.subject:null;3742 this.attrs=oldTag?copyObject(oldTag.attrs):{};3743 this.classes=oldTag?copyObject(oldTag.classes):{};3744 this.props=oldTag?copyObject(oldTag.props):null;3745 this.listeners=oldTag?copyArray(oldTag.listeners):null;3746 this.children=oldTag?copyArray(oldTag.children):[];3747 this.vars=oldTag?copyArray(oldTag.vars):[];3943 …e=copyObject(FBL.DomplateTag.prototype,{merge:function(args,oldTag){this.value=oldTag?oldTag.value… argument[all …]