Removed now unnecessary abstract keyword check from util.propParse()
parent
1364d5967f
commit
3277a30d54
|
@ -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,
|
||||||
|
|
Loading…
Reference in New Issue