Skip to content

Commit

Permalink
Add configurable to map events as well
Browse files Browse the repository at this point in the history
  • Loading branch information
thomaswilburn committed Aug 31, 2018
1 parent 2e46c6a commit edb2105
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions map/map.js
Expand Up @@ -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
Expand Down

0 comments on commit edb2105

Please sign in to comment.