diff --git a/javascript/i18n/phonenumbers/phonenumbermatcher.js b/javascript/i18n/phonenumbers/phonenumbermatcher.js index ae9c533be..812788670 100644 --- a/javascript/i18n/phonenumbers/phonenumbermatcher.js +++ b/javascript/i18n/phonenumbers/phonenumbermatcher.js @@ -481,7 +481,7 @@ i18n.phonenumbers.PhoneNumberMatcher.prototype.extractInnerMatch = function(cand } group = trimAfterFirstMatch( i18n.phonenumbers.PhoneNumberUtil.UNWANTED_END_CHAR_PATTERN_, - groupMatch[1] + groupMatch[1] ); match = this.parseAndVerify(group, offset + groupMatch.index); if (match != null) {