1
0
Fork 0

Removed now unnecessary abstract keyword check from util.propParse()

closure/master
Mike Gerwitz 2010-12-27 22:32:30 -05:00
parent 1364d5967f
commit 3277a30d54
1 changed files with 1 additions and 1 deletions

View File

@ -210,7 +210,7 @@ exports.propParse = function( data, options )
callback_setter.call( callback_setter, name, setter ); callback_setter.call( callback_setter, name, setter );
} }
// method // method
else if ( ( value instanceof Function ) || ( keywords['abstract'] ) ) else if ( value instanceof Function )
{ {
callback_method.call( callback_method.call(
callback_method, callback_method,