Skip to content

Commit 42d40ee

Browse files
committed
rm comments (moved to #810)
1 parent 3610253 commit 42d40ee

File tree

2 files changed

+0
-14
lines changed

2 files changed

+0
-14
lines changed

src/components/updatemenus/attributes.js

-11
Original file line numberDiff line numberDiff line change
@@ -48,17 +48,6 @@ var buttonsAttrs = {
4848
module.exports = {
4949
_isLinkedToArray: true,
5050

51-
// add more global settings?
52-
//
53-
// width
54-
// height (instead of being inferred by the label dimensions)
55-
// title (above header)
56-
// header borderwidth
57-
// active bgcolor
58-
// hover bgcolor
59-
// gap between buttons
60-
// gap between header & buttons
61-
6251
visible: {
6352
valType: 'boolean',
6453
role: 'info',

src/components/updatemenus/defaults.js

-3
Original file line numberDiff line numberDiff line change
@@ -82,9 +82,6 @@ function buttonsDefaults(menuIn, menuOut) {
8282
continue;
8383
}
8484

85-
// Should we do some validation for 'args' depending on `method`
86-
// or just let Plotly[method] error out?
87-
8885
coerce('method');
8986
coerce('args');
9087
coerce('label');

0 commit comments

Comments
 (0)