Minor formatting change in propParse test
parent
6fd31a8e76
commit
20b78ba73a
|
@ -94,7 +94,7 @@ exports.defineSecureProp = function( obj, prop, value )
|
||||||
*
|
*
|
||||||
* @return undefined
|
* @return undefined
|
||||||
*/
|
*/
|
||||||
exports.propParse = function( data, options )
|
exports.propSort = function( data, options )
|
||||||
{
|
{
|
||||||
var callback_prop = options.property || function() {},
|
var callback_prop = options.property || function() {},
|
||||||
callback_method = options.method || function() {},
|
callback_method = options.method || function() {},
|
||||||
|
|
|
@ -29,9 +29,9 @@ var assert = require( 'assert' ),
|
||||||
|
|
||||||
var data = {
|
var data = {
|
||||||
// scalars (properties)
|
// scalars (properties)
|
||||||
propStr: 'string',
|
propStr: 'string',
|
||||||
propBool: true,
|
propBool: true,
|
||||||
propInt: 1,
|
propInt: 1,
|
||||||
propFloat: 1.23,
|
propFloat: 1.23,
|
||||||
|
|
||||||
// array (property)
|
// array (property)
|
||||||
|
|
Loading…
Reference in New Issue