lib/highcharts/tooltip.rb in highcharts-js-rails-0.1.6 vs lib/highcharts/tooltip.rb in highcharts-js-rails-0.1.7

- old
+ new

@@ -1,10 +1,10 @@ class Highcharts class Tooltip < Base def initialize(opts = {}) @default = :enabled - @skip_quotation = :formatter + @skip_quotation = [:formatter, :positioner] super end end end \ No newline at end of file