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