Skip to content

Commit

Permalink
doc, #90
Browse files Browse the repository at this point in the history
  • Loading branch information
pixelzoom committed Mar 6, 2024
1 parent bed99cd commit 150ca5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/generator/view/WaterFaucetNode.ts
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ export default class WaterFaucetNode extends FaucetNode {

super( waterFaucet.flowRateProperty.range.max, waterFaucet.flowRateProperty, new Property( true ), options );

// TEMPORARY SOUND mouse/touch drag.
// TEMPORARY SOUND for mouse/touch drag.
this.addInputListener( new DragListener( {
attach: false,
drag: ( event, listener ) => options.drag( event ),
Expand Down

0 comments on commit 150ca5d

Please sign in to comment.