Commit 4e7e4629 authored by Rene Saarsoo's avatar Rene Saarsoo
Browse files

Fix creation of class-icons map.

parent 9fd87164
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -10,7 +10,7 @@ module JsDuck
          icons.merge!(extract_icons(child))
        end
      else
        icons[node[:id]] = node[:iconCls]
        icons[node[:clsName]] = node[:iconCls]
      end
      icons
    end