This is an automated email from the ASF dual-hosted git repository.

harbs pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/royale-asjs.git


The following commit(s) were added to refs/heads/develop by this push:
     new 09dccea  cleanup
09dccea is described below

commit 09dccea3d1b44cdb9f8111a42a97231824b43e73
Author: Harbs <[email protected]>
AuthorDate: Thu Nov 28 19:08:23 2019 +0200

    cleanup
---
 frameworks/projects/XML/src/main/royale/XML.as | 1 -
 1 file changed, 1 deletion(-)

diff --git a/frameworks/projects/XML/src/main/royale/XML.as 
b/frameworks/projects/XML/src/main/royale/XML.as
index 2ecd067..8974143 100644
--- a/frameworks/projects/XML/src/main/royale/XML.as
+++ b/frameworks/projects/XML/src/main/royale/XML.as
@@ -906,7 +906,6 @@ package
                                if (lastChild && lastChild._nodeKind == 
ELEMENT) {
                                        
                                        const wrapper:XML = new XML();
-                                       // wrapper._nodeKind = ELEMENT;
                                        child = new XML(child.toString());
                                        wrapper.setName(lastChild.name());
                                        child.setParent(wrapper);

Reply via email to