1
0
Fork 0

Corrected documentation for abstractMethod

closure/master
Mike Gerwitz 2010-11-15 13:28:36 -05:00
parent d8533d6974
commit ce038a871b
1 changed files with 1 additions and 1 deletions

View File

@ -87,7 +87,7 @@ cannot be instantiated. Classes are automatically considered to be abstract if
they contain one or more abstract methods.
var Class = require( 'easejs' ).Class,
abstractMethod = require( 'easejs' ).abstractMethod;
abstractMethod = Class.abstractMethod;
var AbstractFoo = Class.extend(
{