From 20b78ba73a477195cfc054820e790880ab7b5ec8 Mon Sep 17 00:00:00 2001 From: Mike Gerwitz Date: Sat, 4 Dec 2010 14:05:56 -0500 Subject: [PATCH] Minor formatting change in propParse test --- lib/util.js | 2 +- test/test-util-prop-parse.js | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/lib/util.js b/lib/util.js index 3c0ef92..8130ba1 100644 --- a/lib/util.js +++ b/lib/util.js @@ -94,7 +94,7 @@ exports.defineSecureProp = function( obj, prop, value ) * * @return undefined */ -exports.propParse = function( data, options ) +exports.propSort = function( data, options ) { var callback_prop = options.property || function() {}, callback_method = options.method || function() {}, diff --git a/test/test-util-prop-parse.js b/test/test-util-prop-parse.js index 269e367..38f97d0 100644 --- a/test/test-util-prop-parse.js +++ b/test/test-util-prop-parse.js @@ -29,9 +29,9 @@ var assert = require( 'assert' ), var data = { // scalars (properties) - propStr: 'string', - propBool: true, - propInt: 1, + propStr: 'string', + propBool: true, + propInt: 1, propFloat: 1.23, // array (property)