Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
fixes #963
  • Loading branch information
jhchen committed Sep 15, 2016
1 parent 30702ff commit 751125f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion themes/bubble.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ class BubbleTheme extends BaseTheme {
this.buildPickers([].slice.call(toolbar.container.querySelectorAll('select')));
}
}
BubbleTheme.DEFAULTS = extend(true, {}, BaseTooltip.DEFAULTS, {
BubbleTheme.DEFAULTS = extend(true, {}, BaseTheme.DEFAULTS, {
modules: {
toolbar: {
handlers: {
Expand Down

0 comments on commit 751125f

Please sign in to comment.