Replace inheritance from Delegator
Delegator class was a pub/sub event emitter for communication between different parts of the application in the host page. Instead of inherit this functionality, we have replaced by composition. Some arguments send by this system were unnecessarily wrapped in an array. We have unwrapped these arguments.
Showing
Please register or sign in to comment