1
0
Fork 0

Minor formatting change in propParse test

closure/master
Mike Gerwitz 2010-12-04 14:05:56 -05:00
parent 6fd31a8e76
commit 20b78ba73a
2 changed files with 4 additions and 4 deletions

View File

@ -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() {},

View File

@ -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)