1
0
Fork 0

Removed unneeded 'continue' statement

closure/master
Mike Gerwitz 2010-12-20 13:51:44 -05:00
parent 1f40665e57
commit 3a0972c79d
1 changed files with 0 additions and 3 deletions

View File

@ -194,9 +194,6 @@ exports.propParse = function( data, options )
{ {
callback_getter.call( callback_getter, prop, getter ); callback_getter.call( callback_getter, prop, getter );
callback_setter.call( callback_setter, prop, setter ); callback_setter.call( callback_setter, prop, setter );
// we're done
continue;
} }
// method // method
else if ( value instanceof Function ) else if ( value instanceof Function )