Commit 3b9929f4 authored by Rene Saarsoo's avatar Rene Saarsoo
Browse files

Fix accessing :meta field bug caused by merge.

parent 7511532d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -26,7 +26,7 @@ module JsDuck

      # Adds small star to new classes in the current version.
      def render_new_label(cls)
        if cls[:meta][:new]
        if cls[:new]
          "&nbsp;<span class='new-class' title='New class'>&#9733;</span>"
        else
          ""