mirror of
https://github.com/logsol/chuck.js.git
synced 2026-05-11 10:37:34 +00:00
nc merge
This commit is contained in:
commit
f7ca9d2393
23 changed files with 69 additions and 67 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue