Commit b38fb65a authored by Rene Saarsoo's avatar Rene Saarsoo
Browse files

Remove creation of :chainable in #merge_like_method.

The general #do_merge method seems to already cover that.
Probably just a left over code from some ye old times.
parent 86722474
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -58,7 +58,6 @@ module JsDuck
    def merge_like_method(docs, code)
      h = do_merge(docs, code)
      h[:params] = merge_params(docs, code)
      h[:chainable] = code[:chainable] if code[:chainable]
      h
    end