From 773317c8f9e53f7f747105b02b4c547e92a4f69d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Oscar=20L=C3=B3pez?= Date: Wed, 13 Aug 2014 18:13:35 -0300 Subject: [PATCH] L.Class usage example Said L.Class where it should've said MyClass Usage example for L.Class options mechanism should refer to MyChildClass inheriting from MyClass instead of MyChildClass inheriting from L.Class directly. --- reference.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reference.html b/reference.html index b1ddc0c4..5d72293d 100644 --- a/reference.html +++ b/reference.html @@ -5069,7 +5069,7 @@ a.greet('Jason'); // alerts "Yo, bro Jason!" } }); -var MyChildClass = L.Class.extend({ +var MyChildClass = MyClass.extend({ options: { myOption1: 'baz', myOption3: 5