Skip to content

Commit

Permalink
comment
Browse files Browse the repository at this point in the history
  • Loading branch information
jridgewell committed May 14, 2018
1 parent b8bf470 commit d862981
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extensions/amp-geo/0.1/amp-geo.js
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ export class AmpGeo extends AMP.BaseElement {
* @param {Object} config
*/
matchCountryGroups_(config) {
/* ISOCountryGroups are optional but if specified at least one must exist */
// ISOCountryGroups are optional but if specified at least one must exist
const ISOCountryGroups = /** @type {!Object<string, Array<string>>} */(
config.ISOCountryGroups);
const errorPrefix = '<amp-geo> ISOCountryGroups'; // code size
Expand Down

0 comments on commit d862981

Please sign in to comment.