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 2eb6420 Add constant which fixes build after merge of pull request
#1037
2eb6420 is described below
commit 2eb6420f44b005537e94123502603df1639ffc2b
Author: Yishay Weiss <[email protected]>
AuthorDate: Sun Aug 8 17:38:40 2021 +0300
Add constant which fixes build after merge of pull request #1037
---
.../main/royale/mx/globalization/LastOperationStatus.as | 14 ++++++++++++++
1 file changed, 14 insertions(+)
diff --git
a/frameworks/projects/MXRoyale/src/main/royale/mx/globalization/LastOperationStatus.as
b/frameworks/projects/MXRoyale/src/main/royale/mx/globalization/LastOperationStatus.as
index 93f775e..13d4f62 100644
---
a/frameworks/projects/MXRoyale/src/main/royale/mx/globalization/LastOperationStatus.as
+++
b/frameworks/projects/MXRoyale/src/main/royale/mx/globalization/LastOperationStatus.as
@@ -311,6 +311,20 @@ public final class LastOperationStatus
*/
public static const UNEXPECTED_TOKEN:String
= "unexpectedToken";
+
//--------------------------------------------------------------------------
+ // Additional constants besides constants from
+ // flash.globalization.LastOperationError
+
//--------------------------------------------------------------------------
+
+ /**
+ * Indicates that <code>Locale</code> is not defined.
+ *
+ * @langversion 3.0
+ * @playerversion Flash 10.1
+ * @playerversion AIR 2.0
+ * @productversion Royale 0.9.8
+ */
+ public static const LOCALE_UNDEFINED_ERROR:String = "localeUndefinedError";
//--------------------------------------------------------------------------
//