From 28aedaf6206687cc32f16931d623e5a5f41dfc41 Mon Sep 17 00:00:00 2001 From: Mike Gerwitz Date: Sun, 20 Apr 2014 02:58:23 -0400 Subject: [PATCH] Added mention of implicit access modifiers to index page --- index.html | 7 +++++++ 1 file changed, 7 insertions(+) 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