Fixed comment

This commit is contained in:
Ghislain Seguin 2011-06-28 21:47:10 -07:00
parent f8c8e618bb
commit 8e93a318bf

View file

@ -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();