Use super.method instead of prototype.method.call
This commit is contained in:
@@ -411,7 +411,7 @@ class PointerEventHandler extends EventTarget {
|
||||
*/
|
||||
disposeInternal() {
|
||||
this.unregister_();
|
||||
EventTarget.prototype.disposeInternal.call(this);
|
||||
super.disposeInternal();
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user