From 069ef6717fad388dbad91a72b08ada2ab0ecda8d Mon Sep 17 00:00:00 2001 From: Mike Gerwitz Date: Mon, 24 Jan 2011 23:59:24 -0500 Subject: [PATCH] Removed direct reference to abstractMethods from README --- README.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/README.md b/README.md index 0784da1..feb5586 100644 --- a/README.md +++ b/README.md @@ -138,10 +138,6 @@ The abstract methods are available as a read-only `abstractMethods` property. Concretefoo.isAbstract(); // false StillAbstractFoo.isAbstract(); // true - AbstractFoo.abstractMethods; // [ 'fooBar', 'fooBar2' ] - ConcreteFoo.abstractMethods; // [] - StillAbstractFoo.abstractMethods; // [ 'fooBar2' ] - ## Use of Reserved Words Though JavaScript doesn't currently implement classes, interfaces, etc, it does