update, text, response
This commit is contained in:
4
node_modules/memoizee/lib/configure-map.js
generated
vendored
4
node_modules/memoizee/lib/configure-map.js
generated
vendored
@@ -136,7 +136,7 @@ module.exports = function (original, length, options) {
|
||||
return on.call(this, type, listener);
|
||||
},
|
||||
emit: emit,
|
||||
updateEnv: function () { original = conf.original; }
|
||||
updateEnv: function () { original = conf.original; },
|
||||
};
|
||||
if (get) {
|
||||
extDel = defineLength(function (arg) {
|
||||
@@ -176,7 +176,7 @@ module.exports = function (original, length, options) {
|
||||
delete: d(extDel),
|
||||
clear: d(conf.clear),
|
||||
_get: d(extGet),
|
||||
_has: d(extHas)
|
||||
_has: d(extHas),
|
||||
});
|
||||
return conf;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user