mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-05 01:17:50 +00:00
Bump to v4.14.0.
This commit is contained in:
6
pull.js
6
pull.js
@@ -1,5 +1,5 @@
|
||||
var pullAll = require('./pullAll'),
|
||||
rest = require('./rest');
|
||||
var baseRest = require('./_baseRest'),
|
||||
pullAll = require('./pullAll');
|
||||
|
||||
/**
|
||||
* Removes all given values from `array` using
|
||||
@@ -24,6 +24,6 @@ var pullAll = require('./pullAll'),
|
||||
* console.log(array);
|
||||
* // => ['b', 'b']
|
||||
*/
|
||||
var pull = rest(pullAll);
|
||||
var pull = baseRest(pullAll);
|
||||
|
||||
module.exports = pull;
|
||||
|
||||
Reference in New Issue
Block a user