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
});