mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-13 12:27:49 +00:00
Cleanup comment. [ci skip]
This commit is contained in:
@@ -4836,7 +4836,7 @@
|
|||||||
var length = array.length,
|
var length = array.length,
|
||||||
result = new array.constructor(length);
|
result = new array.constructor(length);
|
||||||
|
|
||||||
// Add array properties assigned by `RegExp#exec`.
|
// Add properties assigned by `RegExp#exec`.
|
||||||
if (length && typeof array[0] == 'string' && hasOwnProperty.call(array, 'index')) {
|
if (length && typeof array[0] == 'string' && hasOwnProperty.call(array, 'index')) {
|
||||||
result.index = array.index;
|
result.index = array.index;
|
||||||
result.input = array.input;
|
result.input = array.input;
|
||||||
|
|||||||
Reference in New Issue
Block a user