diff xml/en/docs/njs_about.xml @ 2229:f134633cff5c

Added info about ES5.1 strict mode for njs.
author Yaroslav Zhuravlev <yar@nginx.com>
date Wed, 29 Aug 2018 21:48:00 +0300
parents 821807549005
children
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 njs"
         link="/en/docs/njs_about.html"
         lang="en"
-        rev="21">
+        rev="22">
 
 <section id="summary">
 
@@ -20,7 +20,7 @@ implementing location and variable handl
 <link doc="stream/ngx_stream_js_module.xml">stream</link>.
 njs is created in compliance with
 <link url="http://www.ecma-international.org/ecma-262/5.1/">ECMAScript 5.1</link>
-with some
+(strict mode) with some
 <link url="http://www.ecma-international.org/ecma-262/6.0/">ECMAScript 6</link>
 extensions.
 The compliance is still evolving.