Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 2DC1A200D2E for ; Tue, 31 Oct 2017 11:56:33 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 2C38D1609EC; Tue, 31 Oct 2017 10:56:33 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 99B931609EB for ; Tue, 31 Oct 2017 11:56:32 +0100 (CET) Received: (qmail 3901 invoked by uid 500); 31 Oct 2017 10:56:31 -0000 Mailing-List: contact commits-help@royale.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@royale.apache.org Delivered-To: mailing list commits@royale.apache.org Received: (qmail 3892 invoked by uid 99); 31 Oct 2017 10:56:31 -0000 Received: from ec2-52-202-80-70.compute-1.amazonaws.com (HELO gitbox.apache.org) (52.202.80.70) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 31 Oct 2017 10:56:31 +0000 Received: by gitbox.apache.org (ASF Mail Server at gitbox.apache.org, from userid 33) id D33138174D; Tue, 31 Oct 2017 10:56:29 +0000 (UTC) Date: Tue, 31 Oct 2017 10:56:29 +0000 To: "commits@royale.apache.org" Subject: =?utf-8?q?=5Broyale-asjs=5D_branch_develop_updated=3A_Don?= =?utf-8?q?=E2=80=99t_add_nodes_other_than_elements_and_text?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Message-ID: <150944738904.19657.12759992060002275321@gitbox.apache.org> From: harbs@apache.org X-Git-Host: gitbox.apache.org X-Git-Repo: royale-asjs X-Git-Refname: refs/heads/develop X-Git-Reftype: branch X-Git-Oldrev: 1c425d66cfb9b6e26b08d696c545df64b3528bc6 X-Git-Newrev: 0614b30697e499429487d7bc8a113323d55575ed X-Git-Rev: 0614b30697e499429487d7bc8a113323d55575ed X-Git-NotificationType: ref_changed_plus_diff X-Git-Multimail-Version: 1.5.dev Auto-Submitted: auto-generated archived-at: Tue, 31 Oct 2017 10:56:33 -0000 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 0614b30 Don’t add nodes other than elements and text 0614b30 is described below commit 0614b30697e499429487d7bc8a113323d55575ed Author: Harbs AuthorDate: Tue Oct 31 12:56:24 2017 +0200 Don’t add nodes other than elements and text --- .../projects/Core/src/main/royale/org/apache/royale/utils/JXON.as | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frameworks/projects/Core/src/main/royale/org/apache/royale/utils/JXON.as b/frameworks/projects/Core/src/main/royale/org/apache/royale/utils/JXON.as index 71b5e99..0951620 100644 --- a/frameworks/projects/Core/src/main/royale/org/apache/royale/utils/JXON.as +++ b/frameworks/projects/Core/src/main/royale/org/apache/royale/utils/JXON.as @@ -257,7 +257,7 @@ package org.apache.royale.utils throw new TypeError("Unknown XML node type!"); break; } - return xml; + return null; } } } -- To stop receiving notification emails like this one, please contact ['"commits@royale.apache.org" '].