Skip to content

Commit 09abaa6

Browse files
volta2030Copilot
andauthored
Update imgkit/core/image_layer.js
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 267411b commit 09abaa6

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

imgkit/core/image_layer.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,6 @@ class ImageLayer {
3333
constructor(isDefault = false) {
3434
this.id = `image-layer-${nextLayerId++}`;
3535
this.isDefault = isDefault; // Is this a placeholder "+ Add Image" layer?
36-
this.isDefault = isDefault; // Is this a placeholder "+ Add Image" layer?
37-
3836
// --------------------------------------------------------------------------
3937
// IMAGE DATA
4038
// --------------------------------------------------------------------------

0 commit comments

Comments
 (0)