Skip to content

Commit 751125f

Browse files
committed
fix typo
fixes #963
1 parent 30702ff commit 751125f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: themes/bubble.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ class BubbleTheme extends BaseTheme {
2727
this.buildPickers([].slice.call(toolbar.container.querySelectorAll('select')));
2828
}
2929
}
30-
BubbleTheme.DEFAULTS = extend(true, {}, BaseTooltip.DEFAULTS, {
30+
BubbleTheme.DEFAULTS = extend(true, {}, BaseTheme.DEFAULTS, {
3131
modules: {
3232
toolbar: {
3333
handlers: {

0 commit comments

Comments
 (0)