Refactoring

This commit is contained in:
Julia Radzhabova 2022-05-25 13:18:22 +03:00
parent 9ab5360cb0
commit f3b95b90c9

View file

@ -202,12 +202,6 @@ define([
}
}
var testObj = {
method: function (p1, p2) {
console.log(`str1 is "${p1}" and str is "${p2}"`);
}
};
return {
init: function (opts) {
_.extend(config, opts);