WWW-www.enlightenment.org pushed a commit to branch master. http://git.enlightenment.org/website/www-content.git/commit/?id=bda5349778526049deb3b0c4da00e69b55e7a710
commit bda5349778526049deb3b0c4da00e69b55e7a710 Author: Lauro Moura <lauromo...@expertisesolutions.com.br> Date: Thu Dec 10 08:04:08 2015 -0800 Wiki page throttle changed with summary [] by Lauro Moura --- pages/api/javascript/ecore/throttle.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/api/javascript/ecore/throttle.txt b/pages/api/javascript/ecore/throttle.txt index 46fbaf5..76f4850 100644 --- a/pages/api/javascript/ecore/throttle.txt +++ b/pages/api/javascript/ecore/throttle.txt @@ -20,7 +20,7 @@ Syntax Parameters - * amount - A number with the amount that will be changed on the throttling setting. Can be positive (increase throttle) or negative (decrease throttle). + * amount - A number with the amount, in seconds, that will be changed on the throttling setting. Can be positive (increase throttle) or negative (decrease throttle). Changes the throttling value by ''amount''. --