diff --git a/js/lab/view/LabScreenView.js b/js/lab/view/LabScreenView.js index 1f14cde..2494f32 100644 --- a/js/lab/view/LabScreenView.js +++ b/js/lab/view/LabScreenView.js @@ -166,7 +166,8 @@ define( require => { /** * @param {number} dt - * REVIEW: Visibility (public presumably)? + * + * @public */ step( dt ) { this.periodTraceNode.step( dt, this.model.playingProperty );