Skip to content

Commit dd6802a

Browse files
committed
Checkboxradio: Fix reference to ownerDocument and remove argument
1 parent ce83edd commit dd6802a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ui/checkboxradio.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ $.widget( "ui.checkboxradio", {
169169
return this.label;
170170
},
171171

172-
_getRadioGroup: function( radio ) {
172+
_getRadioGroup: function() {
173173
var name = this.element[0].name,
174174
form = this.element[0].form,
175175
radios = $( [] );

0 commit comments

Comments
 (0)