This is an automated email from the ASF dual-hosted git repository. aharui pushed a commit to branch feature/MXRoyale in repository https://gitbox.apache.org/repos/asf/royale-asjs.git
commit 48f077005cdfe0ef9d7e740a26063038aca254d9 Author: Alex Harui <[email protected]> AuthorDate: Wed Aug 8 10:42:38 2018 -0700 can't use braces here --- frameworks/projects/MXRoyale/src/main/royale/mx/errors/EOFError.as | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/frameworks/projects/MXRoyale/src/main/royale/mx/errors/EOFError.as b/frameworks/projects/MXRoyale/src/main/royale/mx/errors/EOFError.as index 0d1b7cf..964894a 100644 --- a/frameworks/projects/MXRoyale/src/main/royale/mx/errors/EOFError.as +++ b/frameworks/projects/MXRoyale/src/main/royale/mx/errors/EOFError.as @@ -32,7 +32,7 @@ import flash.errors.EOFError; * * @royalesuppresspublicvarwarning */ - COMPILE::SWF{ +COMPILE::SWF public class EOFError extends flash.errors.EOFError { //-------------------------------------------------------------------------- @@ -56,8 +56,8 @@ public class EOFError extends flash.errors.EOFError } -} -COMPILE::JS{ + +COMPILE::JS public class EOFError extends Object { //-------------------------------------------------------------------------- @@ -81,6 +81,5 @@ public class EOFError extends Object } -} }
