Skip to content

Commit 010e931

Browse files
committed
Merge pull request jquery-archive#2899 from jpfiset/master
Fix for issue jquery-archive#2897
2 parents ebd7e04 + bd5f62c commit 010e931

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

js/jquery.mobile.forms.checkboxradio.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ $.widget( "mobile.checkboxradio", $.mobile.widget, {
9595
input
9696
.bind({
9797
vmousedown: function() {
98-
this._cacheVals();
98+
self._cacheVals();
9999
},
100100

101101
vclick: function() {

0 commit comments

Comments
 (0)