Merge pull request #2899 from jpfiset/master

Fix for issue #2897
This commit is contained in:
John Bender 2011-11-01 09:44:43 -07:00
commit 010e93152d

View file

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