WWW-www.enlightenment.org pushed a commit to branch master.

http://git.enlightenment.org/website/www-content.git/commit/?id=e5881918770875e079e7e6a01532436f0e417f3e

commit e5881918770875e079e7e6a01532436f0e417f3e
Author: Lauro Moura <lauromo...@expertisesolutions.com.br>
Date:   Wed Nov 25 09:50:07 2015 -0800

    Wiki page javascript changed with summary [] by Lauro Moura
---
 pages/api/javascript.txt | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/pages/api/javascript.txt b/pages/api/javascript.txt
index d251918..00804dc 100644
--- a/pages/api/javascript.txt
+++ b/pages/api/javascript.txt
@@ -2,6 +2,12 @@
 
 The EFL is a framework providing a great deal of functionality, from operating 
system abstraction to UI drawing abstractions and many others. The Javascript 
bindings for EFL are available in two flavors: A node.js module and direct 
embedding with libv8. Both are built on top of the libv8 JS engine.
 
+Below follows a list of the EFL modules covered by the javascript bindings. 
For node.js users, all are available through the module **efl**.
+
+<code javascript>
+var efl = require('efl');
+</code>
+
    * [[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.

-- 


Reply via email to