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:
parent
a9cdf98281
commit
57ee8e4365
@ -107,7 +107,7 @@
|
||||
this.displayWidth = width;
|
||||
this.displayHeight = height;
|
||||
if (this.displayCanvas) {
|
||||
$(this.displayCanvas).remove();
|
||||
this.displayCanvas.parentNode.removeChild(this.displayCanvas);
|
||||
this.displayCanvas = null;
|
||||
}
|
||||
this.createDisplayCanvas_();
|
||||
|
Loading…
Reference in New Issue
Block a user