mirror of
https://github.com/logsol/chuck.js.git
synced 2026-05-11 10:37:34 +00:00
not removing canvas from DOM anymore, fixes #63
This commit is contained in:
parent
9f0d173a82
commit
9ec3324c29
4 changed files with 9 additions and 14 deletions
|
|
@ -40,10 +40,10 @@ function (DomController, Settings, Exception, Nc) {
|
|||
}
|
||||
}
|
||||
|
||||
AbstractView.prototype.setCanvas = function (canvas) {
|
||||
AbstractView.prototype.initCanvas = function (canvas) {
|
||||
|
||||
this.canvas = canvas;
|
||||
DomController.setCanvas(canvas);
|
||||
DomController.initCanvas(canvas);
|
||||
}
|
||||
|
||||
AbstractView.prototype.loadPlayerMesh = function(player) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue