Skip to content

Commit 5cbd356

Browse files
committed
idem
1 parent 39b9e47 commit 5cbd356

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/dom-to-image-more.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
inliner: inliner,
4949
urlCache: [],
5050
options: {},
51-
copyOptions: copyOptions,
51+
copyOptions: copyOptions
5252
},
5353
};
5454

@@ -475,7 +475,7 @@
475475

476476
function fixResponsiveImages() {
477477
if (util.isHTMLImageElement(clone))
478-
{
478+
{
479479
// Remove lazy-loading and responsive attributes
480480
clone.removeAttribute('loading');
481481

0 commit comments

Comments
 (0)