Skip to content

Commit

Permalink
Merge pull request #483 from mj1856/tzguess
Browse files Browse the repository at this point in the history
Make all zones available for guessing
  • Loading branch information
mattjohnsonpint committed Oct 25, 2017
2 parents 0682d33 + 7083ff9 commit 5a44e01
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions moment-timezone.js
Expand Up @@ -388,9 +388,7 @@
normalized = normalizeName(name);
zones[normalized] = packed[i];
names[normalized] = name;
if (split[5]) {
addToGuesses(normalized, split[2].split(' '));
}
addToGuesses(normalized, split[2].split(' '));
}
}

Expand Down

0 comments on commit 5a44e01

Please sign in to comment.