Skip to content
This repository was archived by the owner on Oct 8, 2021. It is now read-only.

Commit bb945fc

Browse files
author
Gabriel Schulhof
committed
[controlgroup] Was using wrong calling convention for this._super()
1 parent bb70b39 commit bb945fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

js/widgets/controlgroup.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ define( [ "jquery",
6363
this[ setter ]( value );
6464
}
6565

66-
this._super( "_setOption", key, value );
66+
this._super( key, value );
6767
this.element.attr( "data-" + ( $.mobile.ns || "" ) + ( key.replace( /([A-Z])/, "-$1" ).toLowerCase() ), value );
6868
},
6969

0 commit comments

Comments
 (0)