You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@royale.apache.org by al...@apache.org on 2018/05/14 11:07:45 UTC

[royale-asjs] branch feature/MXRoyale updated: productversion updated

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 <AL...@GMAIL.COM>
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.