mirror of
https://github.com/Hopiu/jquery-mobile.git
synced 2026-04-03 14:20:26 +00:00
Fixed comment
This commit is contained in:
parent
f8c8e618bb
commit
8e93a318bf
1 changed files with 1 additions and 1 deletions
|
|
@ -135,7 +135,7 @@ $.widget( "mobile.slider", $.mobile.widget, {
|
|||
if ( cType === "select" ) {
|
||||
|
||||
if ( self.beforeStart === control[ 0 ].selectedIndex ) {
|
||||
//tap occurred, but value didn"t change. flip it!
|
||||
//tap occurred, but value didn't change. flip it!
|
||||
self.refresh( !self.beforeStart ? 1 : 0 );
|
||||
}
|
||||
var curval = val();
|
||||
|
|
|
|||
Loading…
Reference in a new issue