mirror of
https://github.com/Hopiu/jquery-mobile.git
synced 2026-03-16 22:10:25 +00:00
Revert "find the closest page to pull the keep native selector Fixes #2803"
This reverts commit 9e1a3cc5a4.
This commit is contained in:
parent
16dc76fadf
commit
1bc2aecc91
1 changed files with 0 additions and 3 deletions
|
|
@ -129,9 +129,6 @@ $.widget( "mobile.selectmenu", $.mobile.widget, {
|
|||
// Add active class to button
|
||||
self.button.addClass( $.mobile.activeBtnClass );
|
||||
})
|
||||
.bind( "vmouseup", function() {
|
||||
// self.button.removeClass( $.mobile.activeBtnClass );
|
||||
})
|
||||
.bind( "focus vmouseover", function() {
|
||||
self.button.trigger( "vmouseover" );
|
||||
})
|
||||
|
|
|
|||
Loading…
Reference in a new issue