mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-06-21 22:19:27 +00:00
This commit is contained in:
@@ -150,7 +150,7 @@ var SOAPObject = function(name) {
|
||||
this.name=name;
|
||||
this.attributes=[];
|
||||
this.children=[];
|
||||
this.value=null;v
|
||||
this.value=null;
|
||||
this.attr=function(name, value){this.attributes.push({"name":name, "value":value});return this;};
|
||||
this.appendChild=function(obj){this.children.push(obj);return obj;};
|
||||
this.hasChildren=function(){return (this.children.length > 0)?true:false;};
|
||||
|
||||
Reference in New Issue
Block a user