mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-01 15:57:48 +00:00
Bump to v3.3.0.
This commit is contained in:
@@ -25,6 +25,7 @@ define(['../internal/baseIndexOf'], function(baseIndexOf) {
|
||||
* @example
|
||||
*
|
||||
* var array = [1, 2, 3, 1, 2, 3];
|
||||
*
|
||||
* _.pull(array, 2, 3);
|
||||
* console.log(array);
|
||||
* // => [1, 1]
|
||||
|
||||
Reference in New Issue
Block a user