Skip to content

Commit

Permalink
adding comment for a crazy fix
Browse files Browse the repository at this point in the history
  • Loading branch information
fabiomcosta committed Apr 8, 2010
1 parent d5dec28 commit 030e9ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/Element/Element.js
Expand Up @@ -517,7 +517,7 @@ Element.implement({
},

getSelected: function(){
this.selectedIndex;
this.selectedIndex; // safari 3.2.1
return new Elements(Array.from(this.options).filter(function(option){
return option.selected;
}));
Expand Down

0 comments on commit 030e9ca

Please sign in to comment.