diff --git a/js/jquery.mobile.forms.checkboxradio.js b/js/jquery.mobile.forms.checkboxradio.js index f1567eff61d..d0a22eebfba 100644 --- a/js/jquery.mobile.forms.checkboxradio.js +++ b/js/jquery.mobile.forms.checkboxradio.js @@ -95,7 +95,7 @@ $.widget( "mobile.checkboxradio", $.mobile.widget, { input .bind({ vmousedown: function() { - this._cacheVals(); + self._cacheVals(); }, vclick: function() {