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

aharui pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/royale-asjs.wiki.git


The following commit(s) were added to refs/heads/master by this push:
     new 243a0d3  Updated Emulation Components (markdown)
243a0d3 is described below

commit 243a0d3c0b2387f001bdd3ec542b8fd7b2595419
Author: aharui <aha...@apache.org>
AuthorDate: Thu Mar 8 19:25:53 2018 -0800

    Updated Emulation Components (markdown)
---
 Emulation-Components.md | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/Emulation-Components.md b/Emulation-Components.md
index 1c22b1d..226f9ab 100644
--- a/Emulation-Components.md
+++ b/Emulation-Components.md
@@ -17,9 +17,11 @@ If APIs are not in list, delete them unless you know they 
are needed to implemen
 
 4) If the current implementation won't work, replace with:
 
+```
   //To Do
   if (goog::DEBUG)
      trace("<name of api> is not implemented");
+```
 
 5) If you need to return a value, just pick a reasonable value for now.
 
@@ -35,6 +37,9 @@ You may need to add an API for a Flash API to UIComponent or 
some other low-leve
 
 ### API List
 
+This is the list of APIs we know users are using.  Bold lines have been 
implemented.  Strike-through means that there is currently no plans to emulate. 
 The number after each API is a relative number of how often it was used in the 
applications that we have data on.
+
+```
 mx.charts.AreaChart:dataProvider       6
 mx.charts.AreaChart:height     6
 mx.charts.AreaChart:horizontalAxis     6
@@ -2180,4 +2185,4 @@ spark.skins.SparkSkin:mxmlContent         28
 spark.skins.SparkSkin:states   13
 spark.skins.SparkSkin:updateDisplayList        45
 spark.skins.SparkSkin:useChromeColor   18
-
+```
\ No newline at end of file

-- 
To stop receiving notification emails like this one, please contact
aha...@apache.org.

Reply via email to