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 9a829ec  jewel:  fix some cohercions
9a829ec is described below

commit 9a829ec2ec3eaa8fef3dc6ef368e336761a014ad
Author: Carlos Rovira <[email protected]>
AuthorDate: Sun Feb 16 09:47:46 2020 +0100

    jewel:  fix some cohercions
---
 .../projects/Jewel/src/main/royale/org/apache/royale/jewel/ComboBox.as  | 2 ++
 .../projects/Jewel/src/main/royale/org/apache/royale/jewel/List.as      | 1 +
 2 files changed, 3 insertions(+)

diff --git 
a/frameworks/projects/Jewel/src/main/royale/org/apache/royale/jewel/ComboBox.as 
b/frameworks/projects/Jewel/src/main/royale/org/apache/royale/jewel/ComboBox.as
index 357b2bf..ee2bfdf 100644
--- 
a/frameworks/projects/Jewel/src/main/royale/org/apache/royale/jewel/ComboBox.as
+++ 
b/frameworks/projects/Jewel/src/main/royale/org/apache/royale/jewel/ComboBox.as
@@ -168,6 +168,7 @@ package org.apache.royale.jewel
                 *  @playerversion Flash 10.2
                 *  @playerversion AIR 2.6
                 *  @productversion Royale 0.9.7
+                *  @royaleignorecoercion 
org.apache.royale.jewel.supportClasses.combobox.IComboBoxPresentationModel
                 */
         public function get rowHeight():Number
         {
@@ -187,6 +188,7 @@ package org.apache.royale.jewel
                 *  @playerversion Flash 10.2
                 *  @playerversion AIR 2.6
                 *  @productversion Royale 0.9.7
+                *  @royaleignorecoercion 
org.apache.royale.jewel.supportClasses.combobox.IComboBoxPresentationModel
                 */
         public function get rowCount():int
         {
diff --git 
a/frameworks/projects/Jewel/src/main/royale/org/apache/royale/jewel/List.as 
b/frameworks/projects/Jewel/src/main/royale/org/apache/royale/jewel/List.as
index a29572a..6821e60 100644
--- a/frameworks/projects/Jewel/src/main/royale/org/apache/royale/jewel/List.as
+++ b/frameworks/projects/Jewel/src/main/royale/org/apache/royale/jewel/List.as
@@ -176,6 +176,7 @@ package org.apache.royale.jewel
                 *  @playerversion Flash 10.2
                 *  @playerversion AIR 2.6
                 *  @productversion Royale 0.9.4
+                *  @royaleignorecoercion 
org.apache.royale.jewel.supportClasses.list.IListPresentationModel
                 */
         public function get rowHeight():Number
         {

Reply via email to