Browse Source

Fix indent

pull/2107/head
David Humphrey (:humph) david.humphrey@senecacollege.ca 8 years ago
parent
commit
a46933b642
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      javascript/i18n/phonenumbers/phonenumbermatcher.js

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

@ -254,7 +254,7 @@ i18n.phonenumbers.PhoneNumberMatcher = function(util, text, country, leniency, m
throw new Error('maxTries must be greater than 0');
}
/** The phone number utility. */
/** The phone number utility. */
this.phoneUtil = util;
/** The text searched for phone numbers. */
this.text = text || '';


Loading…
Cancel
Save