Added mention of implicit access modifiers to index page
parent
9d0782f3d1
commit
28aedaf620
|
@ -199,6 +199,13 @@
|
|||
Attempting to access a private member from within a subtype will result in an
|
||||
error.
|
||||
</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">→ Read more in manual</a>
|
||||
<a href="#" class="top">↑</a>
|
||||
|
||||
|
|
Loading…
Reference in New Issue