lib/jsduck/property_table.rb in jsduck-0.5 vs lib/jsduck/property_table.rb in jsduck-0.6
- old
+ new
@@ -1,11 +1,11 @@
require 'jsduck/table'
module JsDuck
class PropertyTable < Table
- def initialize(cls, cache={})
- super(cls, cache)
+ def initialize(cls, formatter, cache={})
+ super(cls, formatter, cache)
@type = :property
@id = @cls.full_name + "-props"
@title = "Public Properties"
@column_title = "Property"
@row_class = "property-row"