We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f1bd83 commit 1b10183Copy full SHA for 1b10183
assets/index.js
@@ -19,7 +19,7 @@ define([
19
20
var _this = this;
21
22
- this.options.pluginsOptions = this.options.plugins || this.options.pluginsOptions || {};
+ this.options.pluginsOptions = this.options.pluginsOptions || this.options.plugins || {};
23
this.options.pluginsOptions.bubble = $.extend(true, {
24
bubbleData: [],
25
godMode: false, //temporary
0 commit comments