Skip to content

Commit

Permalink
Changes draggable comment
Browse files Browse the repository at this point in the history
  • Loading branch information
tsov committed Sep 27, 2023
1 parent d266926 commit 7ed9eef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Draggable/Draggable.js
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ export default class Draggable {
*/
constructor(containers = [document.body], options = {}) {
/**
* Draggable containers
* Draggable containers, which are used to find draggable elements
* @property containers
* @type {HTMLElement[]}
*/
Expand Down

0 comments on commit 7ed9eef

Please sign in to comment.