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() {},
|
||||||
|
|
Loading…
Reference in New Issue