From 8e9f96ddc0098fb553759fb7ab186803191b1bd8 Mon Sep 17 00:00:00 2001 From: denz1994 Date: Wed, 30 Jan 2019 11:50:13 -0500 Subject: [PATCH] Addressed REVIEW: JSDoc update. https://github.com/phetsims/masses-and-springs-basics/issues/48 --- js/common/view/SpringScreenView.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/js/common/view/SpringScreenView.js b/js/common/view/SpringScreenView.js index e6304c1f..c0e07bf5 100644 --- a/js/common/view/SpringScreenView.js +++ b/js/common/view/SpringScreenView.js @@ -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 );