This is an automated email from the ASF dual-hosted git repository.
carlosrovira 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 78872e3 jewel-layouts: fix swf
78872e3 is described below
commit 78872e39513afb8422482355d8bd67b9fbca2d49
Author: Carlos Rovira <[email protected]>
AuthorDate: Fri Mar 13 20:35:04 2020 +0100
jewel-layouts: fix swf
---
.../royale/org/apache/royale/jewel/beads/layouts/HorizontalLayout.as | 1 -
.../main/royale/org/apache/royale/jewel/beads/layouts/VerticalLayout.as | 1 -
2 files changed, 2 deletions(-)
diff --git
a/frameworks/projects/Jewel/src/main/royale/org/apache/royale/jewel/beads/layouts/HorizontalLayout.as
b/frameworks/projects/Jewel/src/main/royale/org/apache/royale/jewel/beads/layouts/HorizontalLayout.as
index 8ba50f6..e869404 100644
---
a/frameworks/projects/Jewel/src/main/royale/org/apache/royale/jewel/beads/layouts/HorizontalLayout.as
+++
b/frameworks/projects/Jewel/src/main/royale/org/apache/royale/jewel/beads/layouts/HorizontalLayout.as
@@ -138,7 +138,6 @@ package org.apache.royale.jewel.beads.layouts
* @playerversion AIR 2.6
* @productversion Royale 0.9.4
*/
- COMPILE::JS
public function applyStyleToLayout(component:IUIBase,
cssProperty:String):void
{
var cssValue:* =
ValuesManager.valuesImpl.getValue(component, cssProperty);
diff --git
a/frameworks/projects/Jewel/src/main/royale/org/apache/royale/jewel/beads/layouts/VerticalLayout.as
b/frameworks/projects/Jewel/src/main/royale/org/apache/royale/jewel/beads/layouts/VerticalLayout.as
index 97fe5b1..d8eb478 100644
---
a/frameworks/projects/Jewel/src/main/royale/org/apache/royale/jewel/beads/layouts/VerticalLayout.as
+++
b/frameworks/projects/Jewel/src/main/royale/org/apache/royale/jewel/beads/layouts/VerticalLayout.as
@@ -138,7 +138,6 @@ package org.apache.royale.jewel.beads.layouts
* @playerversion AIR 2.6
* @productversion Royale 0.9.4
*/
- COMPILE::JS
public function applyStyleToLayout(component:IUIBase,
cssProperty:String):void
{
var cssValue:* =
ValuesManager.valuesImpl.getValue(component, cssProperty);