Jeena Paradies: Übergabe/Vererbung von fertigem Objekt

Beitrag lesen

Hallo,

module.prototype = new ExtensibleObject({
        notificationCenter: notificationCenter
    });

Kleiner copy&paste fehler hier sollte es natürlich heißen:

    module.prototype = new ExtensibleObject({  
        notificationCenter: this.notificationCenter  
    });