From 3623b3c80f1803cb4624d93244a6a67cd7bb842e Mon Sep 17 00:00:00 2001 From: Lara Scheidegger Date: Wed, 26 Mar 2014 13:44:10 +0000 Subject: [PATCH] JS: Adding missing @ in front of type. --- javascript/i18n/phonenumbers/phonenumberutil.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/javascript/i18n/phonenumbers/phonenumberutil.js b/javascript/i18n/phonenumbers/phonenumberutil.js index c6efd9445..c4b317177 100644 --- a/javascript/i18n/phonenumbers/phonenumberutil.js +++ b/javascript/i18n/phonenumbers/phonenumberutil.js @@ -1506,7 +1506,7 @@ i18n.phonenumbers.PhoneNumberUtil.prototype.formatByPattern = // Before we do a replacement of the national prefix pattern $NP with the // national prefix, we need to copy the rule so that subsequent replacements // for different numbers have the appropriate national prefix. - /** type {i18n.phonenumbers.NumberFormat} */ + /** @type {i18n.phonenumbers.NumberFormat} */ var numFormatCopy = formattingPattern.clone(); /** @type {string} */ var nationalPrefixFormattingRule =