diff --git a/lib/util.js b/lib/util.js index ff58df8..6651147 100644 --- a/lib/util.js +++ b/lib/util.js @@ -194,9 +194,6 @@ exports.propParse = function( data, options ) { callback_getter.call( callback_getter, prop, getter ); callback_setter.call( callback_setter, prop, setter ); - - // we're done - continue; } // method else if ( value instanceof Function )