r2724 - changed "el" property in the icons option to "find"

r2724 - changed "el" property in the icons option to "find"


Author: scottjehl
Date: Fri Jun 12 09:23:48 2009
New Revision: 2724
Modified:
branches/labs/selectmenu/ui.selectmenu.js
Log:
changed "el" property in the icons option to "find"
Modified: branches/labs/selectmenu/ui.selectmenu.js
==============================================================================
--- branches/labs/selectmenu/ui.selectmenu.js    (original)
+++ branches/labs/selectmenu/ui.selectmenu.js    Fri Jun 12 09:23:48 2009
@@ -122,7 +122,7 @@
                //append icon if option is specified
                if(o.icons){
                    for(var j in o.icons){
-                        if(thisLi.is(o.icons[j].el)){
+                        if(thisLi.is(o.icons[j].find)){
                            thisLi
                                .data('optionClasses', s_options[i].classes + '
ui-selectmenu-hasIcon')
                                .addClass('ui-selectmenu-hasIcon')