Browse Source

Fixing JSC_JSDOC_MISSING_TYPE_WARNING; The type declaration is missing in new API extractPhoneContext_ (#2908)

pull/2909/head
penmetsaa 3 years ago
committed by GitHub
parent
commit
23adff0306
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      javascript/i18n/phonenumbers/phonenumberutil.js

+ 1
- 1
javascript/i18n/phonenumbers/phonenumberutil.js View File

@ -4386,7 +4386,7 @@ i18n.phonenumbers.PhoneNumberUtil.prototype.parseHelper_ =
/**
* Extracts the value of the phone-context parameter of numberToExtractFrom,
* following the syntax defined in RFC3966.
* @param numberToExtractFrom
* @param {?string} numberToExtractFrom
* @return {string|null} the extracted string (possibly empty), or null if no
* phone-context parameter is found.
* @private


Loading…
Cancel
Save