From ce038a871bed5db9c2c7f7c475b49bd17c448133 Mon Sep 17 00:00:00 2001 From: Mike Gerwitz Date: Mon, 15 Nov 2010 13:28:36 -0500 Subject: [PATCH] Corrected documentation for abstractMethod --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b6b3435..5fdfdb6 100644 --- a/README.md +++ b/README.md @@ -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( {