From edb2105360fca55ec1591c32e97371f60c805976 Mon Sep 17 00:00:00 2001 From: Thomas Wilburn Date: Fri, 31 Aug 2018 13:10:57 -0500 Subject: [PATCH] Add configurable to map events as well --- map/map.js | 1 + 1 file changed, 1 insertion(+) diff --git a/map/map.js b/map/map.js index 14e1354..8964e79 100644 --- a/map/map.js +++ b/map/map.js @@ -278,6 +278,7 @@ var eventsProtoSymbols = ("getOwnPropertySymbols" in Object) ? eventsProtoSymbols.forEach(function(sym) { Object.defineProperty(DefineMap.prototype, sym, { + configurable: true, enumerable:false, value: define.eventsProto[sym], writable: true