mirror of
https://github.com/piskelapp/piskel.git
synced 2023-08-10 21:12:52 +03:00
Remove jquery from FrameRenderer.js
This commit is contained in:
@@ -107,7 +107,7 @@
|
|||||||
this.displayWidth = width;
|
this.displayWidth = width;
|
||||||
this.displayHeight = height;
|
this.displayHeight = height;
|
||||||
if (this.displayCanvas) {
|
if (this.displayCanvas) {
|
||||||
$(this.displayCanvas).remove();
|
this.displayCanvas.parentNode.removeChild(this.displayCanvas);
|
||||||
this.displayCanvas = null;
|
this.displayCanvas = null;
|
||||||
}
|
}
|
||||||
this.createDisplayCanvas_();
|
this.createDisplayCanvas_();
|
||||||
|
|||||||
Reference in New Issue
Block a user