WWW-www.enlightenment.org pushed a commit to branch master. http://git.enlightenment.org/website/www-content.git/commit/?id=19389d7b44dfdd1ba192d55dddb108b19d23aa50
commit 19389d7b44dfdd1ba192d55dddb108b19d23aa50 Author: Lauro Moura <[email protected]> Date: Mon Dec 7 11:54:13 2015 -0800 Wiki page value changed with summary [] by Lauro Moura --- pages/api/javascript/eina/value.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pages/api/javascript/eina/value.txt b/pages/api/javascript/eina/value.txt index 5ed7da4..9c10315 100644 --- a/pages/api/javascript/eina/value.txt +++ b/pages/api/javascript/eina/value.txt @@ -16,7 +16,7 @@ var obj = new efl.value(value); Parameters - * value - The value to be wrapped. + * value - The value to be wrapped. Currently, numerical and string types are supported. Return type @@ -27,7 +27,7 @@ Creates a new value wrapper. It can be passed to the native functions and back. Example usage <code javascript> -var myvalue = efl.value(42); +var myvalue = new efl.value(42); </code> === get() === @@ -48,4 +48,4 @@ Syntax valueobj.set(somevalue); </code> -Replaces the wrapped value with the given value. \ No newline at end of file +Replaces the wrapped value with the given value. You can set any of the supported values, there's no restriction on the value being of the type set on at the time of instantiation. \ No newline at end of file --
