Skip to content

Commit ee95be1

Browse files
committed
Fix frame attributes
1 parent 9c83914 commit ee95be1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/plots/frame_attributes.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,13 +43,13 @@ module.exports = {
4343
description: [
4444
'A list of traces this frame modifies. The format is identical to the',
4545
'normal trace definition.'
46-
]
46+
].join(' ')
4747
},
4848
layout: {
4949
valType: 'any',
5050
description: [
5151
'Layout properties which this frame modifies. The format is identical',
5252
'to the normal layout definition.'
53-
]
53+
].join(' ')
5454
}
5555
};

0 commit comments

Comments
 (0)