Skip to content

Commit

Permalink
Make all zones available for guessing
Browse files Browse the repository at this point in the history
Fixes #482
  • Loading branch information
mattjohnsonpint committed Apr 10, 2017
1 parent 73941fd commit 7083ff9
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions moment-timezone.js
Original file line number Diff line number Diff line change
Expand Up @@ -383,9 +383,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 7083ff9

Please sign in to comment.