NC refactoring

This commit is contained in:
Jeena 2014-03-17 21:45:40 +01:00
parent 28f71f49e1
commit 96bf9bffbd
24 changed files with 69 additions and 69 deletions

View file

@ -102,7 +102,7 @@ function (Parent, Nc, Settings) {
Player.prototype.destroy = function() {
Parent.prototype.destroy.call(this);
Nc.trigger("view/removePlayerInfo", this.playerInfoView);
Nc.trigger(Nc.ns.client.view.playerInfo.remove, this.playerInfoView);
};
return Player;