diff --git a/js/widgets/controlgroup.js b/js/widgets/controlgroup.js index 3d26997a277..8b5b1cd1672 100644 --- a/js/widgets/controlgroup.js +++ b/js/widgets/controlgroup.js @@ -63,7 +63,7 @@ define( [ "jquery", this[ setter ]( value ); } - this._super( "_setOption", key, value ); + this._super( key, value ); this.element.attr( "data-" + ( $.mobile.ns || "" ) + ( key.replace( /([A-Z])/, "-$1" ).toLowerCase() ), value ); },