WIP: Aureplop/kpsul js refactor #501

Draft
delobell wants to merge 215 commits from aureplop/kpsul_js_refactor into master
Showing only changes of commit 27d26245a5 - Show all commits

View file

@ -21,7 +21,7 @@ class KHistory {
}
constructor(options) {
var all_options = $.extend({}, this.constructor.default_options, options);
var all_options = $.extend(true, {}, this.constructor.default_options, options);
this.api_options = all_options.api_options;
this._$container = $('#history');