Cleanup comment. [ci skip]

This commit is contained in:
John-David Dalton
2015-12-26 22:07:15 -06:00
parent d8213454c2
commit 0d8779734d

View File

@@ -4836,7 +4836,7 @@
var length = array.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')) {
result.index = array.index;
result.input = array.input;