mirror of
https://github.com/gorhill/uBlock.git
synced 2024-11-10 09:07:54 +01:00
fixed bad copy/paste, as reported in feedback section of Chrome store
This commit is contained in:
parent
e9f0525f49
commit
e34d500bf9
1 changed files with 1 additions and 1 deletions
|
@ -122,7 +122,7 @@ if ( typeof self.Map !== 'function' ) {
|
||||||
return this._map[k];
|
return this._map[k];
|
||||||
};
|
};
|
||||||
|
|
||||||
self.Set.prototype.has = function(k) {
|
self.Map.prototype.has = function(k) {
|
||||||
return this._map[k] !== undefined;
|
return this._map[k] !== undefined;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue