diff xml/en/docs/njs_about.xml @ 1890:82ef6dd12534

Supported scopes, functions hoisting, cycle "for" with var in njs.
author Yaroslav Zhuravlev <yar@nginx.com>
date Wed, 18 Jan 2017 15:33:34 +0300
parents e42f6c54ea5f
children 0227aa9b87de
line wrap: on
line diff
--- a/xml/en/docs/njs_about.xml
+++ b/xml/en/docs/njs_about.xml
@@ -9,7 +9,7 @@
 <article name="About nginScript"
         link="/en/docs/njs_about.html"
         lang="en"
-        rev="4">
+        rev="5">
 
 <section id="summary">
 
@@ -150,19 +150,10 @@ ES5.1 global functions:
 <list type="bullet">
 
 <listitem>
-Scopes
-</listitem>
-
-<listitem>
 ES6 <literal>let</literal> and <literal>const</literal> declarations
 </listitem>
 
 <listitem>
-cycle <literal>for</literal> with <literal>var</literal> in declaration
-(<literal>for (var...</literal>)
-</listitem>
-
-<listitem>
 nested functions
 </listitem>
 
@@ -196,10 +187,6 @@ labels
 </listitem>
 
 <listitem>
-functions hoisting
-</listitem>
-
-<listitem>
 non-integer fractions (<literal>.235</literal>),
 exponential (<literal>3.35e10</literal>),
 binary (<literal>0b0101</literal>),