Bump to v3.7.0.

This commit is contained in:
jdalton
2015-04-15 21:06:16 -07:00
parent d58549ce0b
commit 863bb301bb
120 changed files with 1653 additions and 812 deletions

View File

@@ -1,9 +1,7 @@
var arrayMap = require('../internal/arrayMap'),
arrayMax = require('../internal/arrayMax'),
baseProperty = require('../internal/baseProperty');
/** Used to the length of n-tuples for `_.unzip`. */
var getLength = baseProperty('length');
baseProperty = require('../internal/baseProperty'),
getLength = require('../internal/getLength');
/**
* This method is like `_.zip` except that it accepts an array of grouped