Commit 9ef271b2 authored by Rene Saarsoo's avatar Rene Saarsoo
Browse files

Wrong method called for rendering method :)

parent ecb0c59a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -69,7 +69,7 @@ module JsDuck
    end

    def methods
      table("methods", "Public Methods", "Method", @cls[:method].collect {|m| property_row(m) })
      table("methods", "Public Methods", "Method", @cls[:method].collect {|m| method_row(m) })
    end

    def method_row(method)