mirror of
https://github.com/Karaka-Management/oms-Draw.git
synced 2026-02-12 05:08:40 +00:00
Fix if/for spacing
This commit is contained in:
parent
864c52ad55
commit
bcd1c72abb
|
|
@ -109,7 +109,7 @@
|
||||||
const img = this.canvas.getAttribute('data-src'),
|
const img = this.canvas.getAttribute('data-src'),
|
||||||
self = this;
|
self = this;
|
||||||
|
|
||||||
if(img !== null && typeof img !== 'undefined' && img.length > 0) {
|
if (img !== null && typeof img !== 'undefined' && img.length > 0) {
|
||||||
/** global: Image */
|
/** global: Image */
|
||||||
let imgObj = new Image();
|
let imgObj = new Image();
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user