diff --git a/app/Lib/Utilities/OptionsHelper.js b/app/Lib/Utilities/OptionsHelper.js index ff21290..918c8d5 100644 --- a/app/Lib/Utilities/OptionsHelper.js +++ b/app/Lib/Utilities/OptionsHelper.js @@ -10,6 +10,7 @@ function (Exception) { } + // FIXME we could actually use Object.assign() for merging here OptionsHelper.prototype.merge = function(options, preset) { if(!preset && !options) { @@ -53,4 +54,4 @@ function (Exception) { return new OptionsHelper(); -}); \ No newline at end of file +});