Minor formatting change in propParse test
parent
6fd31a8e76
commit
20b78ba73a
|
@ -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() {},
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue