singleton NotificationCenter

This commit is contained in:
Jeena Paradies 2012-07-22 02:21:34 +02:00
parent 55505106e4
commit 60462f48bf
2 changed files with 9 additions and 11 deletions

View file

@ -38,10 +38,6 @@ function(Parent, PhysicsEngine, ViewController, KeyboardController, requestAnimF
}
}
GameController.prototype.destroy = function() {
Parent.prototype.destroy.call(this);
}
GameController.prototype.meJoined = function(user) {
this.me = this.userJoined(user);
this.keyboardController = new KeyboardController(this.me, this);