Skip to content

Commit

Permalink
new hash syntax to universal version
Browse files Browse the repository at this point in the history
  • Loading branch information
jjmocko committed Aug 29, 2012
1 parent 8e79f42 commit bcd8475
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/timezone/zone.rb
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ def list(*args)

@zones = []
list.each do |zone|
item = Zone.new(zone: zone)
item = Zone.new(:zone => zone)
@zones << {
:zone => item.zone,
:title => Configure.replacements[item.zone] || item.zone,
Expand Down

0 comments on commit bcd8475

Please sign in to comment.