feat: remove MapWrapper.contains().
This commit is contained in:
@ -71,7 +71,7 @@ export class TestabilityRegistry {
|
||||
if (elem == null) {
|
||||
return null;
|
||||
}
|
||||
if (MapWrapper.contains(this._applications, elem)) {
|
||||
if (this._applications.has(elem)) {
|
||||
return this._applications.get(elem);
|
||||
}
|
||||
if (DOM.isShadowRoot(elem)) {
|
||||
|
Reference in New Issue
Block a user