Skip to content

Commit

Permalink
Added missing comma, see #404
Browse files Browse the repository at this point in the history
  • Loading branch information
samreid committed Sep 28, 2018
1 parent 4475af2 commit fbf5477
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/AccordionBox.js
Original file line number Diff line number Diff line change
Expand Up @@ -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() {
Expand Down

0 comments on commit fbf5477

Please sign in to comment.