changeset 1944:dbf6f05f0808

Removed closures from the list of not supported features in njs.
author Yaroslav Zhuravlev <yar@nginx.com>
date Wed, 29 Mar 2017 22:55:20 +0300
parents 96232cc8a0b7
children 88477c5d2751
files xml/en/docs/njs_about.xml xml/ru/docs/njs_about.xml
diffstat 2 files changed, 2 insertions(+), 10 deletions(-) [+]
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="6">
+        rev="7">
 
 <section id="summary">
 
@@ -158,10 +158,6 @@ nested functions
 </listitem>
 
 <listitem>
-closures
-</listitem>
-
-<listitem>
 labels
 </listitem>
 
--- a/xml/ru/docs/njs_about.xml
+++ b/xml/ru/docs/njs_about.xml
@@ -9,7 +9,7 @@
 <article name="Информация о nginScript"
         link="/ru/docs/njs_about.html"
         lang="ru"
-        rev="6">
+        rev="7">
 
 <section id="summary">
 
@@ -157,10 +157,6 @@ ES6 объявления <literal>let</literal> и <literal>const</literal>
 </listitem>
 
 <listitem>
-замыкания
-</listitem>
-
-<listitem>
 labels
 </listitem>