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 9b731a1 Update GridItem.as
9b731a1 is described below
commit 9b731a15b2d100117826c47b87452d87fb342600
Author: alinakazi <[email protected]>
AuthorDate: Tue May 8 16:21:51 2018 +0500
Update GridItem.as
---
.../MXRoyale/src/main/royale/mx/containers/GridItem.as | 11 ++++++-----
1 file changed, 6 insertions(+), 5 deletions(-)
diff --git
a/frameworks/projects/MXRoyale/src/main/royale/mx/containers/GridItem.as
b/frameworks/projects/MXRoyale/src/main/royale/mx/containers/GridItem.as
index 31dca81..f0b8d87 100644
--- a/frameworks/projects/MXRoyale/src/main/royale/mx/containers/GridItem.as
+++ b/frameworks/projects/MXRoyale/src/main/royale/mx/containers/GridItem.as
@@ -114,11 +114,12 @@ package mx.containers
* @langversion 3.0
* @playerversion Flash 9
* @playerversion AIR 1.1
- * @productversion Flex 3
+ * @productversion Royale 0.9.3
+ * @royalesuppresspublicvarwarning
*/
public class GridItem extends HBox
{
- include "../core/Version.as";
+ // include "../core/Version.as";
//--------------------------------------------------------------------------
//
@@ -132,7 +133,7 @@ public class GridItem extends HBox
* @langversion 3.0
* @playerversion Flash 9
* @playerversion AIR 1.1
- * @productversion Flex 3
+ * @productversion Royale 0.9.3
*/
public function GridItem()
{
@@ -176,7 +177,7 @@ public class GridItem extends HBox
* @langversion 3.0
* @playerversion Flash 9
* @playerversion AIR 1.1
- * @productversion Flex 3
+ * @productversion Royale 0.9.3
*/
public function get colSpan():int
{
@@ -214,7 +215,7 @@ public class GridItem extends HBox
* @langversion 3.0
* @playerversion Flash 9
* @playerversion AIR 1.1
- * @productversion Flex 3
+ * @productversion Royale 0.9.3
*/
public function get rowSpan():int
{
--
To stop receiving notification emails like this one, please contact
[email protected].