lib/highcharts/legend.rb in highcharts-js-rails-0.2.1 vs lib/highcharts/legend.rb in highcharts-js-rails-1.0.0
- old
+ new
@@ -3,12 +3,12 @@
def initialize(opts = {})
@default = :enabled
@skip_quotation = :labelFormatter
@suboptions = {
- :navigation => 'Base'
+ navigation: 'Base'
}
super
end
end
-end
\ No newline at end of file
+end