Fix for issue #2897

This commit is contained in:
Jean-Pierre Fiset 2011-11-01 11:00:27 -04:00
parent 86e4e6fb43
commit bd5f62cb3c

View file

@ -95,7 +95,7 @@ $.widget( "mobile.checkboxradio", $.mobile.widget, {
input
.bind({
vmousedown: function() {
this._cacheVals();
self._cacheVals();
},
vclick: function() {