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 27e97a2 Update externs.md
27e97a2 is described below
commit 27e97a2e16b32eb4fc7b0fb2ebc5c62665762907
Author: Andrew Wetmore <[email protected]>
AuthorDate: Thu Jan 2 17:15:25 2020 -0400
Update externs.md
Small text corrections.
---
features/externs.md | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/features/externs.md b/features/externs.md
index 91c08a6..56ec045 100644
--- a/features/externs.md
+++ b/features/externs.md
@@ -22,9 +22,9 @@ permalink: /features/externs
# Externs
-Use external javascript libraries in ActiopnScript
+Use external JavaScript libraries in ActionScript
-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/alert) 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 in whichever browser the aler [...]
+Some Apache Royale elements have limited cross-browser support at the moment.
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/alert) 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 in whichever browser the aler [...]
[Google Closure Compiler
(GCC)](https://developers.google.com/closure/compiler){:target='_blank'}
provides a mechanism called _@externs_ that Apache Royale uses to declare that
a name for a class, property or function is defined in external code and so
should not be renamed when application code is compiled.
@@ -93,4 +93,4 @@ To learn more about using the huge range of external
JavaScript libraries that i
## ExternalInterface
-Check [ExternalInterface](features/external-interface) to know another way to
communicate to/from External JavaScript.
\ No newline at end of file
+Check [ExternalInterface](features/external-interface) to learn another way to
communicate to/from external JavaScript libraries.