JS: Adding missing @ in front of type.
authorlararennie@google.com <lararennie@google.com@ee073f10-1060-11df-b6a4-87a95322a99c>
Wed, 26 Mar 2014 13:44:10 +0000 (13:44 +0000)
committerlararennie@google.com <lararennie@google.com@ee073f10-1060-11df-b6a4-87a95322a99c>
Wed, 26 Mar 2014 13:44:10 +0000 (13:44 +0000)
git-svn-id: http://libphonenumber.googlecode.com/svn/trunk@655 ee073f10-1060-11df-b6a4-87a95322a99c

javascript/i18n/phonenumbers/phonenumberutil.js

index c6efd94..c4b3171 100644 (file)
@@ -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 =