• Eduardo Sanz García's avatar
    Replace inheritance from Delegator · 05fea7b5
    Eduardo Sanz García authored
    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.
    05fea7b5
index.js 2.58 KB