Removed direct reference to abstractMethods from README
parent
194aa02402
commit
069ef6717f
|
@ -138,10 +138,6 @@ The abstract methods are available as a read-only `abstractMethods` property.
|
||||||
Concretefoo.isAbstract(); // false
|
Concretefoo.isAbstract(); // false
|
||||||
StillAbstractFoo.isAbstract(); // true
|
StillAbstractFoo.isAbstract(); // true
|
||||||
|
|
||||||
AbstractFoo.abstractMethods; // [ 'fooBar', 'fooBar2' ]
|
|
||||||
ConcreteFoo.abstractMethods; // []
|
|
||||||
StillAbstractFoo.abstractMethods; // [ 'fooBar2' ]
|
|
||||||
|
|
||||||
|
|
||||||
## Use of Reserved Words
|
## Use of Reserved Words
|
||||||
Though JavaScript doesn't currently implement classes, interfaces, etc, it does
|
Though JavaScript doesn't currently implement classes, interfaces, etc, it does
|
||||||
|
|
Loading…
Reference in New Issue