comparison xml/en/docs/njs/changes.xml @ 2514:da5355b68ddd

Removed brackets from r.parent in njs Changes.
author Yaroslav Zhuravlev <yar@nginx.com>
date Wed, 18 Mar 2020 15:01:47 +0000
parents 051b111d06b3
children 140a8a9f1dac
comparison
equal deleted inserted replaced
2513:1a27ac43001d 2514:da5355b68ddd
7 <!DOCTYPE article SYSTEM "../../../../dtd/article.dtd"> 7 <!DOCTYPE article SYSTEM "../../../../dtd/article.dtd">
8 8
9 <article name="Changes" 9 <article name="Changes"
10 link="/en/docs/njs/changes.html" 10 link="/en/docs/njs/changes.html"
11 lang="en" 11 lang="en"
12 rev="29" 12 rev="30"
13 toc="no"> 13 toc="no">
14 14
15 <section id="njs0.3.9" name="Changes with njs 0.3.9"> 15 <section id="njs0.3.9" name="Changes with njs 0.3.9">
16 16
17 <para> 17 <para>
206 </listitem> 206 </listitem>
207 207
208 <listitem> 208 <listitem>
209 <para> 209 <para>
210 Change: 210 Change:
211 <link doc="reference.xml" id="r_parent"><literal>r.parent()</literal></link> 211 <link doc="reference.xml" id="r_parent"><literal>r.parent</literal></link>
212 property handler now returns 212 property handler now returns
213 <literal>undefined</literal> 213 <literal>undefined</literal>
214 instead of throwing an exception if a parent object is not available. 214 instead of throwing an exception if a parent object is not available.
215 </para> 215 </para>
216 </listitem> 216 </listitem>