This is an automated email from the ASF dual-hosted git repository.
yishayw 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 2b922e6 fix typo
2b922e6 is described below
commit 2b922e60cb876507e0a14c71cf9298b39c65e23e
Author: Yishay Weiss <[email protected]>
AuthorDate: Mon Oct 19 08:24:44 2020 +0100
fix typo
---
frameworks/projects/MXRoyale/src/main/royale/mx/core/UITextField.as | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/frameworks/projects/MXRoyale/src/main/royale/mx/core/UITextField.as
b/frameworks/projects/MXRoyale/src/main/royale/mx/core/UITextField.as
index 2f3525f..cebb889 100644
--- a/frameworks/projects/MXRoyale/src/main/royale/mx/core/UITextField.as
+++ b/frameworks/projects/MXRoyale/src/main/royale/mx/core/UITextField.as
@@ -3019,7 +3019,7 @@ public class UITextField extends UIComponent implements
IUITextField
}
// not implemented
- public function set autosize(value:String):void
+ public function set autoSize(value:String):void
{
}