Skip to content

Commit

Permalink
Updating doc for constructor. Found during phetsims/masses-and-spring…
Browse files Browse the repository at this point in the history
  • Loading branch information
Denz1994 committed May 16, 2018
1 parent 03f29d6 commit 26d015d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion js/ClosestDragListener.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@ define( function( require ) {
/**
* @constructor
*
* @param {number} touchThreshold - The distance
* @param {number} touchThreshold - The maximum distance from an item that will cause a touch to start a drag
* @param {number} mouseThreshold - The maximum distance from an item that will cause a mouse down event to start a drag
*/
function ClosestDragListener( touchThreshold, mouseThreshold ) {
// @private
Expand Down

0 comments on commit 26d015d

Please sign in to comment.