Loading lib/jsduck/categories/class_name.rb +1 −1 Original line number Diff line number Diff line Loading @@ -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] " <span class='new-class' title='New class'>★</span>" else "" Loading Loading
lib/jsduck/categories/class_name.rb +1 −1 Original line number Diff line number Diff line Loading @@ -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] " <span class='new-class' title='New class'>★</span>" else "" Loading