mirror of
https://github.com/flozz/StackBlur.git
synced 2026-01-18 14:18:38 +00:00
chore: lint fix
This commit is contained in:
parent
0097a3867e
commit
90db6dd7fa
2
dist/stackblur-es.min.js.map
vendored
2
dist/stackblur-es.min.js.map
vendored
File diff suppressed because one or more lines are too long
2
dist/stackblur.min.js.map
vendored
2
dist/stackblur.min.js.map
vendored
File diff suppressed because one or more lines are too long
@ -96,7 +96,11 @@ function processImage (
|
||||
img = document.getElementById(img);
|
||||
}
|
||||
|
||||
if (!img || (Object.prototype.toString.call(img).slice(8, -1) === 'HTMLImageElement' && !('naturalWidth' in img))) {
|
||||
if (
|
||||
!img ||
|
||||
(Object.prototype.toString.call(img).slice(8, -1) ===
|
||||
'HTMLImageElement' && !('naturalWidth' in img))
|
||||
) {
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user