underscore made it in by mistake...
Project: http://git-wip-us.apache.org/repos/asf/flex-asjs/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-asjs/commit/916989a6 Tree: http://git-wip-us.apache.org/repos/asf/flex-asjs/tree/916989a6 Diff: http://git-wip-us.apache.org/repos/asf/flex-asjs/diff/916989a6 Branch: refs/heads/develop Commit: 916989a6ef9790f4b7e07c2bd84676fe1105fcff Parents: bd3f6c8 Author: Harbs <[email protected]> Authored: Thu Feb 18 21:05:28 2016 +0200 Committer: Harbs <[email protected]> Committed: Thu Feb 18 21:05:28 2016 +0200 ---------------------------------------------------------------------- frameworks/projects/XML/src/main/flex/XML.as | 1 - 1 file changed, 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/916989a6/frameworks/projects/XML/src/main/flex/XML.as ---------------------------------------------------------------------- diff --git a/frameworks/projects/XML/src/main/flex/XML.as b/frameworks/projects/XML/src/main/flex/XML.as index d808a2a..26d185b 100644 --- a/frameworks/projects/XML/src/main/flex/XML.as +++ b/frameworks/projects/XML/src/main/flex/XML.as @@ -707,7 +707,6 @@ package var child:XML = _children[idx]; child.setParent(null); _children.splice(idx,1); - _ } /**
