Commit 770c4f42 authored by Tyf0x's avatar Tyf0x

** Fixed regression on setOptions (#444) **

parent 847873e4
...@@ -1137,7 +1137,7 @@ ...@@ -1137,7 +1137,7 @@
* @returns {Array} * @returns {Array}
*/ */
mergeOptions: function(options) { mergeOptions: function(options) {
return $.extend(true, {}, this.defaults, options); return $.extend(true, {}, this.defaults, this.options, options);
}, },
/** /**
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment