From commits-return-4058-archive-asf-public=cust-asf.ponee.io@royale.apache.org Mon May 14 13:07:47 2018 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx-eu-01.ponee.io (Postfix) with SMTP id 4C770180627 for ; Mon, 14 May 2018 13:07:47 +0200 (CEST) Received: (qmail 44078 invoked by uid 500); 14 May 2018 11:07:46 -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 44066 invoked by uid 99); 14 May 2018 11:07:46 -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; Mon, 14 May 2018 11:07:46 +0000 Received: by gitbox.apache.org (ASF Mail Server at gitbox.apache.org, from userid 33) id A5C568087D; Mon, 14 May 2018 11:07:45 +0000 (UTC) Date: Mon, 14 May 2018 11:07:45 +0000 To: "commits@royale.apache.org" Subject: [royale-asjs] branch feature/MXRoyale updated: productversion updated MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Message-ID: <152629606562.27131.3616122716145622186@gitbox.apache.org> From: alinakazi@apache.org X-Git-Host: gitbox.apache.org X-Git-Repo: royale-asjs X-Git-Refname: refs/heads/feature/MXRoyale X-Git-Reftype: branch X-Git-Oldrev: bfa2951776f7194d8ad5834ca4f33cbab7af7f01 X-Git-Newrev: 61c6363a43d6d8933e84d114382edeca632c4a9b X-Git-Rev: 61c6363a43d6d8933e84d114382edeca632c4a9b X-Git-NotificationType: ref_changed_plus_diff X-Git-Multimail-Version: 1.5.dev Auto-Submitted: auto-generated This is an automated email from the ASF dual-hosted git repository. alinakazi pushed a commit to branch feature/MXRoyale in repository https://gitbox.apache.org/repos/asf/royale-asjs.git The following commit(s) were added to refs/heads/feature/MXRoyale by this push: new 61c6363 productversion updated 61c6363 is described below commit 61c6363a43d6d8933e84d114382edeca632c4a9b Author: alinakazi AuthorDate: Mon May 14 16:07:44 2018 +0500 productversion updated --- .../SparkRoyale/src/main/royale/spark/components/DataRenderer.as | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/frameworks/projects/SparkRoyale/src/main/royale/spark/components/DataRenderer.as b/frameworks/projects/SparkRoyale/src/main/royale/spark/components/DataRenderer.as index 2cc7ded..515f5a7 100644 --- a/frameworks/projects/SparkRoyale/src/main/royale/spark/components/DataRenderer.as +++ b/frameworks/projects/SparkRoyale/src/main/royale/spark/components/DataRenderer.as @@ -28,7 +28,7 @@ import org.apache.royale.events.EventDispatcher; * @langversion 3.0 * @playerversion Flash 10 * @playerversion AIR 1.5 - * @productversion Flex 4 + * @productversion Royale 0.9.4 * * @eventType mx.events.FlexEvent.DATA_CHANGE * @@ -56,7 +56,7 @@ import org.apache.royale.events.EventDispatcher; * @langversion 3.0 * @playerversion Flash 10 * @playerversion AIR 1.5 - * @productversion Flex 4 + * @productversion Royale 0.9.4 */ public class DataRenderer extends EventDispatcher implements IDataRenderer { // replacing extends Group with extends EventDispatcher for now @@ -75,7 +75,7 @@ public class DataRenderer extends EventDispatcher implements IDataRenderer * @langversion 3.0 * @playerversion Flash 10 * @playerversion AIR 1.5 - * @productversion Flex 4 + * @productversion Royale 0.9.4 */ public function DataRenderer() { @@ -114,7 +114,7 @@ public class DataRenderer extends EventDispatcher implements IDataRenderer * @langversion 3.0 * @playerversion Flash 10 * @playerversion AIR 1.5 - * @productversion Flex 4 + * @productversion Royale 0.9.4 */ public function get data():Object { -- To stop receiving notification emails like this one, please contact alinakazi@apache.org.