From 4e7e46295fff2c3d9681edf3790fe96bf8bed28f Mon Sep 17 00:00:00 2001 From: Rene Saarsoo Date: Wed, 8 Jun 2011 10:57:56 +0300 Subject: [PATCH] Fix creation of class-icons map. --- lib/jsduck/tree_icons.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/jsduck/tree_icons.rb b/lib/jsduck/tree_icons.rb index 062304d6..2aca51a7 100644 --- a/lib/jsduck/tree_icons.rb +++ b/lib/jsduck/tree_icons.rb @@ -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 -- GitLab