WWW-www.enlightenment.org pushed a commit to branch master. http://git.enlightenment.org/website/www-content.git/commit/?id=262186f3bbf14710bf768b13baa3b9bc050bab1c
commit 262186f3bbf14710bf768b13baa3b9bc050bab1c Author: Lauro Moura <[email protected]> Date: Mon Dec 14 19:16:51 2015 -0800 Wiki page javascript changed with summary [] by Lauro Moura --- pages/api/javascript.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pages/api/javascript.txt b/pages/api/javascript.txt index 1ad1892..b2032aa 100644 --- a/pages/api/javascript.txt +++ b/pages/api/javascript.txt @@ -8,13 +8,13 @@ Below follows a list of the EFL modules covered by the javascript bindings. For var efl = require('efl'); </code> +Supported modules + * [[api/javascript/ecore|Ecore]] - Operating system abstraction and integration. - * [[api/javascript/eet|Eet]] - Binary data parser and serializer. - * [[api/javascript/eeze|Eeze]] - Hardware device manipulation and notification. * [[api/javascript/eio|Eio]] - Async input/output. * [[api/javascript/eina|Eina]] - Data types and basic abstractions. - * [[api/javascript/eldbus|Eldbus]] - Dbus-integration. * [[api/javascript/ethumb|Ethumb]] - Generate thumbnail images of files. + * [[api/javascript/eldbus|Eldbus]] - Dbus-integration. ===== Under the hood ===== --
