diff --git a/js/AccordionBox.js b/js/AccordionBox.js index c612b326..089a7147 100644 --- a/js/AccordionBox.js +++ b/js/AccordionBox.js @@ -207,7 +207,7 @@ define( function( require ) { fill: options.titleBarFill, stroke: options.titleBarStroke, lineWidth: options.lineWidth, // use same lineWidth as box, for consistent look - cursor: options.cursor + cursor: options.cursor, innerContent: accordionBoxCollapseString }, options.titleBarOptions ) ); this.disposalActions.push( function() {