From 19389d7b44dfdd1ba192d55dddb108b19d23aa50 Mon Sep 17 00:00:00 2001 From: Lauro Moura Date: Mon, 7 Dec 2015 11:54:13 -0800 Subject: [PATCH] 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 5ed7da445..9c103156c 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 -var myvalue = efl.value(42); +var myvalue = new efl.value(42); === get() === @@ -48,4 +48,4 @@ Syntax valueobj.set(somevalue); -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