2
0
Fork 0
mirror of https://github.com/discourse/discourse.git synced 2025-09-08 12:06:51 +08:00

DEV: removes _.map from codebase (#6616)

This commit is contained in:
Joffrey JAFFEUX 2018-11-19 10:46:46 +01:00 committed by Régis Hanol
parent 907cf3ee2f
commit c4ed353fae
9 changed files with 23 additions and 21 deletions

View file

@ -71,7 +71,7 @@ export default Ember.Component.extend({
@computed()
allTimezones() {
return _.map(moment.tz.names(), z => z);
return moment.tz.names();
},
@observes(