You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@royale.apache.org by gr...@apache.org on 2020/10/01 18:06:23 UTC

[royale-asjs] branch develop updated: Small fixes for build (swf vs. js) and metadata warning

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

gregdove 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 ad193f4  Small fixes for build (swf vs. js) and metadata warning
ad193f4 is described below

commit ad193f4bd6721f785edc37a546e4b6831975f911
Author: greg-dove <gr...@gmail.com>
AuthorDate: Fri Oct 2 07:06:03 2020 +1300

    Small fixes for build (swf vs. js) and metadata warning
---
 .../projects/SparkRoyale/src/main/royale/spark/primitives/Line.as       | 1 +
 .../projects/SparkRoyale/src/main/royale/spark/primitives/Rect.as       | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/frameworks/projects/SparkRoyale/src/main/royale/spark/primitives/Line.as b/frameworks/projects/SparkRoyale/src/main/royale/spark/primitives/Line.as
index e54f5f1..45b42d9 100644
--- a/frameworks/projects/SparkRoyale/src/main/royale/spark/primitives/Line.as
+++ b/frameworks/projects/SparkRoyale/src/main/royale/spark/primitives/Line.as
@@ -91,6 +91,7 @@ public class Line extends UIBase
 		// not implemented
 	}
 
+    COMPILE::JS
 	public function set rotation(value:Number):void
 	{
 		// not implemented
diff --git a/frameworks/projects/SparkRoyale/src/main/royale/spark/primitives/Rect.as b/frameworks/projects/SparkRoyale/src/main/royale/spark/primitives/Rect.as
index b441ad8..027a98f 100644
--- a/frameworks/projects/SparkRoyale/src/main/royale/spark/primitives/Rect.as
+++ b/frameworks/projects/SparkRoyale/src/main/royale/spark/primitives/Rect.as
@@ -202,7 +202,7 @@ public class Rect extends UIComponent
     
     private var _bottomRightRadiusY:Number;
     
-    [Inspectable(category="General", minValue="0.0")] */
+    [Inspectable(category="General", minValue="0.0")]
     
     /**
      *  The y radius of the bottom right corner of the rectangle.