Skip to content

Commit

Permalink
fix a bogus comment
Browse files Browse the repository at this point in the history
  • Loading branch information
pixelzoom committed May 13, 2021
1 parent 7207f88 commit 2e450cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/common/view/TermDragListener.js
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ class TermDragListener extends DragListener {
haloRadius: 10, // radius of the halo around terms that sum to zero
pickableWhileAnimating: true, // is termNode pickable while term is animating?

// SimpleDragHandler options
// TermDragListener options
allowTouchSnag: true,
start: ( event, trail ) => self.start( event, trail ),
drag: ( event, trail ) => self.drag( event, trail ),
Expand Down

0 comments on commit 2e450cd

Please sign in to comment.