You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@royale.apache.org by ca...@apache.org on 2019/06/03 20:48:11 UTC

[royale-website] branch asf-site updated: add missing phrase from Jude

This is an automated email from the ASF dual-hosted git repository.

carlosrovira pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/royale-website.git


The following commit(s) were added to refs/heads/asf-site by this push:
     new 13c930a  add missing phrase from Jude
13c930a is described below

commit 13c930a21cf9c9e92ece0ff4980ec51bd2e9e549
Author: Carlos Rovira <ca...@apache.org>
AuthorDate: Mon Jun 3 22:48:03 2019 +0200

    add missing phrase from Jude
---
 using-external-javascript-libraries-in-apache-royale/index.html | 1 +
 1 file changed, 1 insertion(+)

diff --git a/using-external-javascript-libraries-in-apache-royale/index.html b/using-external-javascript-libraries-in-apache-royale/index.html
index 332f7ca..740db2d 100755
--- a/using-external-javascript-libraries-in-apache-royale/index.html
+++ b/using-external-javascript-libraries-in-apache-royale/index.html
@@ -412,6 +412,7 @@ Click the help icon above to learn more.
 				<div itemprop="articleBody">
 				<div class="grve-container"><p>This example shows you how to use external JavaScript libraries in your Apache Royale application. This will be very useful to add quick functionality to your application by adding code that is not part of Apache Royale itself or is even not written in ActionScript.</p>
 <p>In this way <em>you get lots of libraries available for free in The Internet to use easily in your Apache Royale Application</em>.</p>
+<p>It also allows an IDE to provide code completion, type checking, etc.</p>
 <p>The example itself will show a <strong>Jewel Card</strong> with a code text zone that loads an ActionScript code example. You can click the &#8220;<em>highlight block</em>&#8221; button to show it in a beautiful colored way through highlight code library processing. The highlight library used in this example is in fact an external JavaScript library.</p>
 <div class="grve-element grve-message grve-bg-primary-4 grve-margin-bottom-1x" style="color: #444444;">The JavaScript library used to show this feature is <a href="//highlightjs.org">highlightjs</a>. In JavaScript this library creates the <strong>hljs</strong> object that will be referenced later.</div>
 <h2>How to use JavaScript external libraries</h2>