From 262186f3bbf14710bf768b13baa3b9bc050bab1c Mon Sep 17 00:00:00 2001 From: Lauro Moura Date: Mon, 14 Dec 2015 19:16:51 -0800 Subject: [PATCH] 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 1ad1892aa..b2032aa45 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'); +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 =====