From 3277a30d5493a54201f409909433bee92b24cb3d Mon Sep 17 00:00:00 2001 From: Mike Gerwitz Date: Mon, 27 Dec 2010 22:32:30 -0500 Subject: [PATCH] Removed now unnecessary abstract keyword check from util.propParse() --- lib/util.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/util.js b/lib/util.js index 74dc99e..4ea2904 100644 --- a/lib/util.js +++ b/lib/util.js @@ -210,7 +210,7 @@ exports.propParse = function( data, options ) callback_setter.call( callback_setter, name, setter ); } // method - else if ( ( value instanceof Function ) || ( keywords['abstract'] ) ) + else if ( value instanceof Function ) { callback_method.call( callback_method,