Wiki page javascript changed with summary [] by Lauro Moura

This commit is contained in:
Lauro Moura 2015-12-14 19:16:51 -08:00 committed by apache
parent 34cd100f48
commit 262186f3bb
1 changed files with 3 additions and 3 deletions

View File

@ -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 =====