Bump to v3.6.0.

This commit is contained in:
jdalton
2015-03-24 16:44:49 -07:00
parent 06f6ffa303
commit d58549ce0b
192 changed files with 2218 additions and 1804 deletions

View File

@@ -7,7 +7,7 @@ var baseCallback = require('./baseCallback'),
toIterable = require('./toIterable');
/**
* Creates a function that gets the extremum value of a collection.
* Creates a `_.max` or `_.min` function.
*
* @private
* @param {Function} arrayFunc The function to get the extremum value from an array.