mirror of
https://github.com/Hopiu/jquery-mobile.git
synced 2026-04-09 00:50:58 +00:00
Fix for issue #2897
This commit is contained in:
parent
86e4e6fb43
commit
bd5f62cb3c
1 changed files with 1 additions and 1 deletions
|
|
@ -95,7 +95,7 @@ $.widget( "mobile.checkboxradio", $.mobile.widget, {
|
|||
input
|
||||
.bind({
|
||||
vmousedown: function() {
|
||||
this._cacheVals();
|
||||
self._cacheVals();
|
||||
},
|
||||
|
||||
vclick: function() {
|
||||
|
|
|
|||
Loading…
Reference in a new issue