From 7301ddbac2b640e2b56f795daa5ebad585a68245 Mon Sep 17 00:00:00 2001 From: Mike Gerwitz Date: Sun, 9 Jan 2011 19:41:47 -0500 Subject: [PATCH] [minor] formatting fix --- lib/util.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/util.js b/lib/util.js index 6041531..2c21d1e 100644 --- a/lib/util.js +++ b/lib/util.js @@ -171,7 +171,7 @@ exports.clone = function clone( data, deep ) */ exports.propParse = function( data, options ) { - var fvoid = function() {}, + var fvoid = function() {}, callbackEach = options.each || undefined, callbackProp = options.property || fvoid, callbackMethod = options.method || fvoid,