Skip to content

Commit 0ef4aaf

Browse files
toolPanel.createMenutButtonGroup -> toolPanel.createMenuButtons
1 parent b9df736 commit 0ef4aaf

File tree

1 file changed

+1
-1
lines changed
  • test-dashboard/toolpanel-dashboard

1 file changed

+1
-1
lines changed

test-dashboard/toolpanel-dashboard/ui.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ function createPlot (divId) {
8080

8181
toolPanel.createMenuSpacer();
8282

83-
toolPanel.createMenuButtonGroup(toolPanel.getPanelButtonSpecs());
83+
toolPanel.createMenuButtons(toolPanel.getPanelButtonSpecs());
8484

8585
divs.push(graphDiv, toolDiv);
8686

0 commit comments

Comments
 (0)