Refactoring
This commit is contained in:
parent
9ab5360cb0
commit
f3b95b90c9
|
@ -202,12 +202,6 @@ define([
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
var testObj = {
|
|
||||||
method: function (p1, p2) {
|
|
||||||
console.log(`str1 is "${p1}" and str is "${p2}"`);
|
|
||||||
}
|
|
||||||
};
|
|
||||||
|
|
||||||
return {
|
return {
|
||||||
init: function (opts) {
|
init: function (opts) {
|
||||||
_.extend(config, opts);
|
_.extend(config, opts);
|
||||||
|
|
Loading…
Reference in a new issue