Skip to content

Commit c0b6a06

Browse files
committed
remove extra spaces for src descriptions
1 parent 59f664c commit c0b6a06

File tree

2 files changed

+1200
-1203
lines changed

2 files changed

+1200
-1203
lines changed

src/plot_api/plot_schema.js

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -603,10 +603,7 @@ function mergeValTypeAndRole(attrs) {
603603
function makeSrcAttr(attrName) {
604604
return {
605605
valType: 'string',
606-
description: [
607-
'Sets the source reference on Chart Studio Cloud for ',
608-
attrName, '.'
609-
].join(' '),
606+
description: 'Sets the source reference on Chart Studio Cloud for ' + attrName + '.',
610607
editType: 'none'
611608
};
612609
}

0 commit comments

Comments
 (0)