Loading lib/jsduck/page.rb +3 −0 Original line number Diff line number Diff line Loading @@ -94,6 +94,9 @@ module JsDuck end def table(idSuffix, title, columnTitle, rows) # When no rows to show, create no table whatsoever return "" if rows.length == 0 [ "<a id='#{@cls.full_name}-#{idSuffix}'></a>", "<h2>#{title}</h2>", Loading Loading
lib/jsduck/page.rb +3 −0 Original line number Diff line number Diff line Loading @@ -94,6 +94,9 @@ module JsDuck end def table(idSuffix, title, columnTitle, rows) # When no rows to show, create no table whatsoever return "" if rows.length == 0 [ "<a id='#{@cls.full_name}-#{idSuffix}'></a>", "<h2>#{title}</h2>", Loading