Bump to v4.3.0.

This commit is contained in:
John-David Dalton
2016-02-07 23:28:16 -08:00
parent bd7f722175
commit e2aef0def9
52 changed files with 573 additions and 124 deletions

View File

@@ -2,7 +2,7 @@ var pullAll = require('./pullAll'),
rest = require('./rest');
/**
* Removes all provided values from `array` using
* Removes all given values from `array` using
* [`SameValueZero`](http://ecma-international.org/ecma-262/6.0/#sec-samevaluezero)
* for equality comparisons.
*