This is an automated email from the ASF dual-hosted git repository.
andreww pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/royale-docs.git
The following commit(s) were added to refs/heads/master by this push:
new 2985cc1 Update externs.md
2985cc1 is described below
commit 2985cc1b76419c98e73fe5d19b4d1aa473f82205
Author: Andrew Wetmore <[email protected]>
AuthorDate: Wed Aug 21 14:35:13 2019 -0300
Update externs.md
tweakage
---
user-interface/externs.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/user-interface/externs.md b/user-interface/externs.md
index 1d8d045..a67f294 100644
--- a/user-interface/externs.md
+++ b/user-interface/externs.md
@@ -20,7 +20,7 @@ title: externs
# Externs
-Some Apache Royale elements at the moment have limited cross-browser support.
To get reliable display and performance in those cases, Royale makes use of
existing external JavaScript libraries. For example,
[Jewel.Alert](https://apache.github.io/royale-docs/component-sets/jewel/jewel-alert.html){:target='_blank'}
uses the HTML dialog element and references the _dialogPolyfill_ external
library to make sure the display is as intended in all modern browsers.
+Some Apache Royale elements at the moment have limited cross-browser support.
To get reliable display and performance in those cases, Royale makes use of
existing external JavaScript libraries. For example,
[Jewel.Alert](https://apache.github.io/royale-docs/component-sets/jewel/jewel-alert.html){:target='_blank'}
uses the HTML dialog element, which is not reliable across all browsers. So
Jewel.Alert references the _dialogPolyfill_ external library to make sure the
display is as intended [...]
Google Closure Compiler (GCC) provides a mechanism called _@externs_ that
Apache Royale uses to declare that a name for a property or function is defined
in external code and so should not be renamed when application code is compiled.