mirror of
https://github.com/Karaka-Management/oms-Draw.git
synced 2026-01-11 14:28: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'),
|
||||
self = this;
|
||||
|
||||
if(img !== null && typeof img !== 'undefined' && img.length > 0) {
|
||||
if (img !== null && typeof img !== 'undefined' && img.length > 0) {
|
||||
/** global: Image */
|
||||
let imgObj = new Image();
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user