Skip to content

Commit 44c0204

Browse files
committed
linting
1 parent f438ec4 commit 44c0204

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

resources/js/mosaic.tile.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -575,7 +575,7 @@ class Tile {
575575

576576
moveTile(e) {
577577
e.preventDefault();
578-
// re-use drag handle to move tile
578+
// reuse drag handle to move tile
579579
this.el.closest(".mosaic-tile").querySelector(".mosaic-drag-handle").dispatchEvent(new MouseEvent("mousedown", {
580580
view: window,
581581
bubbles: true,
@@ -584,7 +584,7 @@ class Tile {
584584

585585
copyTile(e) {
586586
e.preventDefault();
587-
// add copy class to mosaic-panel and re-use drag handle to copy tile
587+
// add copy class to mosaic-panel and reuse drag handle to copy tile
588588
this.el.closest(".mosaic-panel").classList.add("mosaic-panel-dragging-copy");
589589
this.moveTile(e);
590590
}

src/plone/app/mosaic/browser/static/chunks/59313.44b12cc631e8533256bd.min.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)