Skip to content

Commit 1b10183

Browse files
committed
improve check for options object existence
1 parent 9f1bd83 commit 1b10183

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

assets/index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ define([
1919

2020
var _this = this;
2121

22-
this.options.pluginsOptions = this.options.plugins || this.options.pluginsOptions || {};
22+
this.options.pluginsOptions = this.options.pluginsOptions || this.options.plugins || {};
2323
this.options.pluginsOptions.bubble = $.extend(true, {
2424
bubbleData: [],
2525
godMode: false, //temporary

0 commit comments

Comments
 (0)