Skip to content

Commit 51cedd4

Browse files
committed
keep same default for RadioButton's phetioInstanceDocumentation, phetsims/tandem#59
1 parent 156a81e commit 51cedd4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

js/buttons/RadioButtonGroup.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ define( function( require ) {
192192
yAlign: options.buttonContentYAlign,
193193
minWidth: widestContentWidth + 2 * options.buttonContentXMargin,
194194
minHeight: tallestContentHeight + 2 * options.buttonContentYMargin,
195-
phetioInstanceDocumentation: currentContent.phetioInstanceDocumentation
195+
phetioInstanceDocumentation: currentContent.phetioInstanceDocumentation || null // this null should be the default in PhetioObject
196196
}, buttonOptions );
197197

198198
// Pass through the tandem given the tandemName, but also support uninstrumented simulations

0 commit comments

Comments
 (0)