Make Popup extend EventDispatcher for parity with PopupProxy (#746)
This commit is contained in:
parent
1dc35dd6f1
commit
bdb4c21a78
@ -22,8 +22,9 @@
|
|||||||
* dynamicLoader
|
* dynamicLoader
|
||||||
*/
|
*/
|
||||||
|
|
||||||
class Popup {
|
class Popup extends EventDispatcher {
|
||||||
constructor(id, depth, frameId, ownerFrameId) {
|
constructor(id, depth, frameId, ownerFrameId) {
|
||||||
|
super();
|
||||||
this._id = id;
|
this._id = id;
|
||||||
this._depth = depth;
|
this._depth = depth;
|
||||||
this._frameId = frameId;
|
this._frameId = frameId;
|
||||||
|
Loading…
Reference in New Issue
Block a user