# HG changeset patch # User Andrey Zelenkov # Date 1491314584 -10800 # Node ID bbc167d437c2b8086e538b57c7e3622cb1528638 # Parent 408eed0bf491d200803bb37a845a5604fda440bf Added ES6 Array methods support to "About nginScript". diff --git a/xml/en/docs/njs_about.xml b/xml/en/docs/njs_about.xml --- a/xml/en/docs/njs_about.xml +++ b/xml/en/docs/njs_about.xml @@ -9,7 +9,7 @@
+ rev="8">
@@ -110,6 +110,12 @@ ES5.1: +ES6: +of, fill, find, +findIndex + + + ES7: includes diff --git a/xml/ru/docs/njs_about.xml b/xml/ru/docs/njs_about.xml --- a/xml/ru/docs/njs_about.xml +++ b/xml/ru/docs/njs_about.xml @@ -9,7 +9,7 @@
+ rev="8">
@@ -109,6 +109,12 @@ ES5.1: +ES6: +of, fill, find, +findIndex + + + ES7: includes