Skip to content

Commit 85b60d2

Browse files
committed
updatemenus: add 'update' to list of available methods
1 parent 4845978 commit 85b60d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/updatemenus/attributes.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ var buttonsAttrs = {
1717

1818
method: {
1919
valType: 'enumerated',
20-
values: ['restyle', 'relayout', 'animate'],
20+
values: ['restyle', 'relayout', 'animate', 'update'],
2121
dflt: 'restyle',
2222
role: 'info',
2323
description: [

0 commit comments

Comments
 (0)