Skip to content

Commit

Permalink
Revert "find the closest page to pull the keep native selector Fixes j…
Browse files Browse the repository at this point in the history
…query-archive#2803"

This reverts commit 9e1a3cc.
  • Loading branch information
johnbender committed Oct 21, 2011
1 parent 16dc76f commit 1bc2aec
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions js/jquery.mobile.forms.select.js
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -129,9 +129,6 @@ $.widget( "mobile.selectmenu", $.mobile.widget, {
// Add active class to button // Add active class to button
self.button.addClass( $.mobile.activeBtnClass ); self.button.addClass( $.mobile.activeBtnClass );
}) })
.bind( "vmouseup", function() {
// self.button.removeClass( $.mobile.activeBtnClass );
})
.bind( "focus vmouseover", function() { .bind( "focus vmouseover", function() {
self.button.trigger( "vmouseover" ); self.button.trigger( "vmouseover" );
}) })
Expand Down

0 comments on commit 1bc2aec

Please sign in to comment.