1
0
Fork 0

Added mention of implicit access modifiers to index page

website
Mike Gerwitz 2014-04-20 02:58:23 -04:00
parent 9d0782f3d1
commit 28aedaf620
No known key found for this signature in database
GPG Key ID: F22BB8158EE30EAB
1 changed files with 7 additions and 0 deletions

View File

@ -199,6 +199,13 @@
Attempting to access a private member from within a subtype will result in an Attempting to access a private member from within a subtype will result in an
error. error.
</p> </p>
<p>
Alternatively, a more concise style may be used, which is more natural to
users of JavaScript's native prototype model:
</p>
<pre class="js">
<!--%inc scripts/ex/access-modifiers-implicit.js -->
</pre>
<a href="manual/Access-Modifiers.html">&rarr; Read more in manual</a> <a href="manual/Access-Modifiers.html">&rarr; Read more in manual</a>
<a href="#" class="top">&uarr;</a> <a href="#" class="top">&uarr;</a>