diff --git a/src/js/utils/map.js b/src/js/utils/map.js index a94d87934..f12cdf7cd 100644 --- a/src/js/utils/map.js +++ b/src/js/utils/map.js @@ -15,7 +15,7 @@ class MapSham { return has; } set(key, value) { - this.set_[key] = value; + this.map_[key] = value; return this; } forEach(callback, thisArg) {