From 74dd79967ec286a29f2124d29f562a9ff10bd9b3 Mon Sep 17 00:00:00 2001 From: denz1994 Date: Wed, 30 Jan 2019 18:28:11 -0500 Subject: [PATCH] Addressed REVIEW: Update doc type 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 767c11dd..2e8b9f32 100644 --- a/js/common/view/SpringScreenView.js +++ b/js/common/view/SpringScreenView.js @@ -255,8 +255,7 @@ define( function( require ) { } ); - // REVIEW: JSDoc - // Buttons controlling the speed of the sim, play/pause button, and the reset button + // @public {HBox} Buttons controlling the speed of the sim, play/pause button, and the reset button this.simControlHBox = new HBox( { spacing: this.spacing * 6, children: [ this.timeControlNode, this.resetAllButton ]