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

aharui 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 5db1e78  no commas in classname list
5db1e78 is described below

commit 5db1e78e746d59cc37ea3330e90637633fe2253f
Author: Alex Harui <aha...@apache.org>
AuthorDate: Thu Feb 22 18:13:29 2018 -0800

    no commas in classname list
---
 .../projects/Basic/src/main/royale/org/apache/royale/html/CheckBox.as   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/frameworks/projects/Basic/src/main/royale/org/apache/royale/html/CheckBox.as 
b/frameworks/projects/Basic/src/main/royale/org/apache/royale/html/CheckBox.as
index b870e0a..b6dc06e 100644
--- 
a/frameworks/projects/Basic/src/main/royale/org/apache/royale/html/CheckBox.as
+++ 
b/frameworks/projects/Basic/src/main/royale/org/apache/royale/html/CheckBox.as
@@ -163,7 +163,7 @@ package org.apache.royale.html
             //positioner.style.position = 'relative';
                        _icon.element.royale_wrapper = this;
 
-            typeNames = 'CheckBox, CheckBoxIcon';
+            typeNames = 'CheckBox CheckBoxIcon';
 
             return element;
         }

-- 
To stop receiving notification emails like this one, please contact
aha...@apache.org.

Reply via email to