| Index: src/string.js
|
| diff --git a/src/string.js b/src/string.js
|
| index de35902d4d28d9cb11f33cf99fce19f24eac07a6..18ef3d88bde20e9e770015102230d6a449afa824 100644
|
| --- a/src/string.js
|
| +++ b/src/string.js
|
| @@ -236,7 +236,7 @@ function StringReplace(search, replace) {
|
| // needle is a string rather than a regexp. In this case we can't update
|
| // lastMatchArray without erroneously affecting the properties on the global
|
| // RegExp object.
|
| -var reusableMatchInfo = [2, -1, -1, "", ""];
|
| +var reusableMatchInfo = [2, "", "", -1, -1];
|
|
|
|
|
| // Helper function for regular expressions in String.prototype.replace.
|
|
|