diff --git a/index.html b/index.html index b16a95b..62c3990 100644 --- a/index.html +++ b/index.html @@ -199,6 +199,13 @@ Attempting to access a private member from within a subtype will result in an error.
++ Alternatively, a more concise style may be used, which is more natural to + users of JavaScript's native prototype model: +
++ +→ Read more in manual ↑