Skip to content

Commit

Permalink
Addressed REVIEW: JSDoc update. phetsims/masses-and-springs-basics#48
Browse files Browse the repository at this point in the history
  • Loading branch information
Denz1994 committed Jan 30, 2019
1 parent 666bd5e commit 8e9f96d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions js/common/view/SpringScreenView.js
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,7 @@ define( function( require ) {

var self = this;

// REVIEW: JSDoc type
// @public Support for expanding touchAreas near massNodes.
// @public {Plane} Support for expanding touchAreas near massNodes.
this.backgroundDragPlane = new Plane();
var closestDragListener = new ClosestDragListener( 30, 0 );

Expand Down

0 comments on commit 8e9f96d

Please sign in to comment.