Searched refs:copyObject (Results 1 – 1 of 1) sorted by relevance
3722 ++i){lastSubject=lastSubject?copyObject(lastSubject,arguments[i]):arguments[i]3742 this.attrs=oldTag?copyObject(oldTag.attrs):{};3743 this.classes=oldTag?copyObject(oldTag.classes):{};3744 this.props=oldTag?copyObject(oldTag.props):null;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…4085 }function copyObject(l,r){var m={}; function