fixed bad copy/paste, as reported in feedback section of Chrome store

This commit is contained in:
gorhill 2015-12-17 08:56:35 -05:00
parent e9f0525f49
commit e34d500bf9

View file

@ -122,7 +122,7 @@ if ( typeof self.Map !== 'function' ) {
return this._map[k];
};
self.Set.prototype.has = function(k) {
self.Map.prototype.has = function(k) {
return this._map[k] !== undefined;
};