diff --git a/lib/util.js b/lib/util.js index 2c21d1e..a0c11b4 100644 --- a/lib/util.js +++ b/lib/util.js @@ -171,6 +171,8 @@ exports.clone = function clone( data, deep ) */ exports.propParse = function( data, options ) { + // todo: profile; function calls are more expensive than if statements, so + // it's probably a better idea not to use fvoid var fvoid = function() {}, callbackEach = options.each || undefined, callbackProp = options.property || fvoid,