1
0
Fork 0

README.md now reflects abstract method definition change

closure/master
Mike Gerwitz 2010-12-01 21:41:32 -05:00
parent c910dafb76
commit 287320c09a
1 changed files with 1 additions and 1 deletions

View File

@ -93,7 +93,7 @@ they contain one or more abstract methods.
{
// a function may be provided if you wish the subtypes to implement a
// certain number of arguments
fooBar: abstractMethod( function( arg ){} ),
fooBar: abstractMethod( 'arg' ),
// alternatively, you needn't supply implementation details
fooBar2: abstractMethod(),