r2726 - added ui-selectmenu-item-icon to the icon spans within LI's so there's a non-framework cl...

r2726 - added ui-selectmenu-item-icon to the icon spans within LI's so there's a non-framework cl...


Author: scottjehl
Date: Fri Jun 12 09:49:35 2009
New Revision: 2726
Modified:
branches/labs/selectmenu/ui.selectmenu.js
Log:
added ui-selectmenu-item-icon to the icon spans within LI's so there's a
non-framework class to reference
Modified: branches/labs/selectmenu/ui.selectmenu.js
==============================================================================
--- branches/labs/selectmenu/ui.selectmenu.js    (original)
+++ branches/labs/selectmenu/ui.selectmenu.js    Fri Jun 12 09:49:35 2009
@@ -129,7 +129,7 @@
                                
                            if(o.icons[j].icon){
                                .find('a:eq(0)')
-                                .prepend('<span class="ui-icon '+o.icons[j].icon + '"></span>');
+                                .prepend('<span class="ui-selectmenu-item-icon
ui-icon '+o.icons[j].icon + '"></span>');
                            }    
                        }
                    }